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!
1 | initial version |
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!
2 | No.2 Revision |
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!