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