SymPy Gamma logo SymPy Gamma

integrate (x**2/(x**2+1),x)
integrate(x**2/(x**2 + 1), x)
plot(x - atan(x))
solve(x - atan(x), x)
diff(x - atan(x), x)
series(x - atan(x), x, 0, 10)
See what Wolfram|Alpha has to say.

Want a full Python shell? Use SymPy Live.