First time here? Check out the FAQ!
answered 2012-05-04 19:55:00 +0100
You can also use the has() method for an expression:
has()
sage: var('x,c') sage: y(x)=-3/(x^3 + 3*c + 3*x) sage: y.has(c) True
example on aleph.sagemath.org