On Thu, Mar 28, 2013 at 8:17 AM, wrote:
> 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
"""
Years ago, when I actually worked for a living, I would have
done something like this:
"""
On Thu, 28 Mar 2013 05:17:36 -0700, zingbagbamark wrote:
> 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
For such a simple case, you don't do it with Python, you do it with
maths, and
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
--
http://mail.python.org/mailman/listinfo/python-list