HP Forums

Full Version: simplify BUG (REV: 6975)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm not sure where to post bugs, but this one is pretty severe.

simplify(√(1-x^3)*int(√(1-x^3),x)) gives a completely wrong result: (-2*x^4+5*x)/5

You can replace "*" with "+", "-" or "/", replace "x^3" with for example "x^4" or "√(1-x^3)" with lots of different functions of x (e.g. √ln(x)) yielding different, but also completely wrong results, so the problem is not limited to elliptic integrals.

Please fix this as soon as possible, thanks.
Fixed in giac source code.
Reference URL's