Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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()