Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 8 years ago

calc314 gravatar image

You will need to ask it to simplify.

soln=solve(x^3+1==0,x)
soln
f(x) = x^3+1
for s in soln:
    f(s.rhs()).simplify_full()