Skip to content

symbolic_linear_solve returns Inf if var is missing #1540

Open
@baggepinnen

Description

@baggepinnen

solving for a variable that does not appear in the equation gives a nonsensical result

julia> @variables a b
2-element Vector{Num}:
 a
 b

julia> symbolic_linear_solve(0 ~ a, b)
(-1//0)*a

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