First time here? Check out the FAQ!
answered 2015-09-03 19:45:28 +0100
I would use:
sol=solve(x^2-4==0,x) [eq.rhs() for eq in sol]
The .rhs() method extracts the right-hand side of an equation.