First time here? Check out the FAQ!
answered 2012-06-01 01:18:17 +0100
sols[0] is x==3 not a substitution command.
Use this instead.
h = x^2-9; h sols = solve(h == 0, x); sols h.subs(sols[0])