Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Real Solution of x^3+8 == 0?

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!

click to hide/show revision 2
No.2 Revision

Real Solution of x^3+8 == 0?

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!