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