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
Equations that are effectively simple assignment can take much longer to 'solve'.
I.e. equations for which the left- or right-hand side is a variable and the other side is a algebraic expression without a variable, run magnitudes longer if they are evaluated in the context of the Solve operation.
Describe the bug
Equations that are effectively simple assignment can take much longer to 'solve'.
I.e. equations for which the left- or right-hand side is a variable and the other side is a algebraic expression without a variable, run magnitudes longer if they are evaluated in the context of the Solve operation.
To Reproduce
Example input Symja input expression:
Or if one solves it from Java code:
Takes multiple second to evaluate and to print a result with MathEclipse 3.1.1.
Expected behavior
Solves almost instantaneously as effectively only the RHS has to be calculated, like it does with MathEclipse 3.0.0.
Screenshots
If applicable, add screenshots to help explain your problem.
Java