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?
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?