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 to compute something more complicated? Try a full Python/SymPy console at SymPy Live.