Differentiation in Python

zingbagbamark at gmail.com zingbagbamark at gmail.com
Thu Mar 28 08:17:36 EDT 2013


How do I differentiate(first order and 2nd order) the following equations in python. I want to differentiate C wrt Q.

C = (Q**3)-15*(Q**2)+ 93*Q + 100




More information about the Python-list mailing list