sin (2*x)
solve(sin(2*x), x)
diff(sin(2*x), x)
series(sin(2*x), x, 0, 10)
Want to compute something more complicated? Try a full Python/SymPy console at SymPy Live.