Log in to edit a copy.
Download.
Other published documents...
test for dave
147 days ago by Matthew_Rocklin
f = x^2 + 2*x g = f.diff(x)
\int^\infty_0
print latex(g)
2 \, x + 2
2 \, x + 2
I = integrate(f, x) print I
1/3*x^3 + x^2
1/3*x^3 + x^2