First time here? Check out the FAQ!
answered 2014-08-29 18:53:23 +0100
You can substitute instead of parsing a text representation.
sage: var('z') z sage: sol.subs(y(x)==z) -1/2*z^3 + 5/2*z == 1/2*x^2 - 2*x - 9/2