HP Forums

Full Version: [Bug]XCAS can't solve this equation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am coming again, talk nonsense, paste the code.
Code:
solve([c=e^a*cos(b),d=e^a*sin(b)],[a,b])
This is *not* a bug, solve performs *polynomial* system solving, and your system is not polynomial. It's not hard to make it polynomial, replace exp(a) by a and run halftan.
Reference URL's