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
related issues
#1107, #1084, etc
upstream issues
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:
Eq(x, y)in PythonNoneI'll link issues / failing tests / etc to this Issue number.
TODO list
isNonerclist_mat*functions in@sym/private/symwhen there are non-Expr in them.related issues
#1107, #1084, etc
upstream issues