SymPy Gamma logo SymPy Gamma

simplify (cos (x)*cos (y)-sin (x)*sin (y))

Evaluate with respect to…

solve(cos(x + y), y)
diff(cos(x + y), y)
series(cos(x + y), y, 0, 10)
See what Wolfram|Alpha has to say.

Want a full Python shell? Use SymPy Live.