Differential equations
Paul Rubin
phr-n2002b at NOSPAMnightsong.com
Wed Dec 11 13:12:59 EST 2002
"Luca Bruderer" <luca.bruderer at kst.ch> writes:
> Is there a module that provides a function to do differential
> equations in python, for example: dy/dx(2x^3+3x-10,x) returns a
> string or anything else like "6x^2+3". I googled around but I
> couldn't find anything.
Try googling for "symbolic differentiation". Differential equations
means something different. If it's for a homework assignment, though,
you're supposed to write the code yourself.
More information about the Python-list
mailing list