You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symbolic methods on relational expressions (equalities and inequalities) work inconsistently. Some of them directly apply to both sides, some don't do anything at all, and some behave unexpectedly.
For example, collect does nothing (same with inequalities):
Symbolic methods on relational expressions (equalities and inequalities) work inconsistently. Some of them directly apply to both sides, some don't do anything at all, and some behave unexpectedly.
For example,
collect
does nothing (same with inequalities):limit
behaves differently with different arguments, and it's not at all clear what it's doing:factor
takes equalities and returns a non-relational expression:and doesn't work at all with inequalities:
Even more strange:
Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/21862
The text was updated successfully, but these errors were encountered: