Skip to content

Order inconsistency when inverting a matrix of Taylor1s #400

@LuEdRaMo

Description

@LuEdRaMo

Suppose we have matrix of Taylor1s generated as follows and we want to compute its inverse:

using LinearAlgebra, TaylorSeries
t = Taylor1(15)
M = diagm(rand(3)) .* one(t)
inv_M = inv(M)

I would expect every element of both M and inv_M to have the same order as t; however, when running the code above I noticed that two elements of inv_M have order 0.

@lbenet Can you reproduce this? If so, is this an inconsistency?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions