Skip to content

tracker issue for non-Expr in matrices #1124

Description

@cbm755

We have various issues stemming from upstream SymPy's decision (sensible decision, that is!) to not allow things that are not expressions into matrices.

Examples of things we do:

  • True/False
  • Equations/Inequalities: Eq(x, y) in Python
  • None

I'll link issues / failing tests / etc to this Issue number.

TODO list

  • failing test in isNone
  • helper functions reworked to use list of lists during insertations
    • various rclist_mat* functions in @sym/private/
  • could potentially revisit above later
  • workaround eq: giving TypeError: cannot determine truth value of Relational #1055 by building matrices all-at-once form a preassembled list-of-lists.
    • consider using Array or other data structure for sym when there are non-Expr in them.

related issues

#1107, #1084, etc

upstream issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions