Possible issue when solving x^3-2x^2+x+5=0
sonnyk22 opened this issue · 2 comments
sonnyk22 commented
I believe the result for the equation x^3-2x^2+x+5=0 should be -1.11634, instead AlgebraJS returns twice the value which is -2.0235238177480417, as shown below.
Is there something I can do on my side, so that eq.solveFor("x") function would provide me with this result?
nicolewhite commented
Looks like a bug. I'll take a look.
mirsaeedi commented
Is there any updates about this issue?
currently i`m creating my equation expression by using Algebra.js, and then solving it by using nerdamer:
https://github.com/jiggzson/nerdamer