sin (2*x)
solve(sin(2*x), x)
diff(sin(2*x), x)
series(sin(2*x), x, 0, 10)
Want a full Python shell? Use SymPy Live.