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
{{ message }}
This repository has been archived by the owner on May 23, 2019. It is now read-only.
I am having problem getting any result coming back for the equation of 4x^4-3x^3+2x^2=1. It seems that AlgebraJS is parsing it well, but it is throwing an exception when it is trying to solve, as shown below.
Equation: 4x^4-3x^3+2x^2=1
Result: An exception at this moment
The answers should be -0.479, 0.7219. Is there something I can do on my side, so that eq.solveFor("x") function would provide results?
The text was updated successfully, but these errors were encountered:
I am having problem getting any result coming back for the equation of 4x^4-3x^3+2x^2=1. It seems that AlgebraJS is parsing it well, but it is throwing an exception when it is trying to solve, as shown below.
Equation: 4x^4-3x^3+2x^2=1
Result: An exception at this moment
The answers should be -0.479, 0.7219. Is there something I can do on my side, so that eq.solveFor("x") function would provide results?
The text was updated successfully, but these errors were encountered: