I do not understand the following:
sage: assume(x,'real') sage: solve(x^3+8==0,x) []
Why does this equation have no solution? But -2 is a solution!
Thanks for help!
I do not understand the following:
sage: assume(x,'real') sage: solve(x^3+8==0,x) []
Why does this equation have no solution? But -2 is a solution!
Thanks for help!