First time here? Check out the FAQ!
answered 9 years ago
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.