x, y, z = symbols('x y z') init_printing(use_unicode=True)
To take derivatives, use the diff()
function.
diff(cos(x), x) -sin(x) diff(exp(x**2), x) ⎛ 2⎞ ⎝x ⎠ 2⋅x⋅ℯ
Richard Katz
Data Engineers Architects
San Leandro/Castro Valley, CA: San Francisco Bay Area:
pytho...@gmail.com / rich...@berkeley.edu
https://www.linkedin.com/in/richardkatz/
--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/sympy/d095352f-d64d-444c-9c72-be6544a232f7n%40googlegroups.com.