First time here? Check out the FAQ!
answered 2016-09-13 04:22:16 +0100
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()