integrate (2*x+y,(x,1,3))
integrate(2*x + y, (x, 1, 3))
plot(2*y + 8)
solve(2*y + 8, x)
diff(2*y + 8, x)
series(2*y + 8, x, 0, 10)
Want a full Python shell? Use SymPy Live.