Differential equations
Fernando Pérez
fperez528 at yahoo.com
Wed Dec 11 19:39:16 EST 2002
More information about the Python-list mailing list
Wed Dec 11 19:39:16 EST 2002
- Previous message (by thread): Differential equations
- Next message (by thread): Differential equations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Erik Max Francis wrote: > As you say, it's pretty straightforward to write a program that does > symbolic differentiation. What really gets into the hairy stuff is when > you want to simplify the resulting functions, which you inevitably want > to do after you look at the output of a straighforward implementation of > a symbolic differentiator. At which point you realize you're a loooong way from beating Mathematica & friends :) That's why I suggested to the OP that he look into ways of calling the 'big boys' from within his python code. cheers, f
- Previous message (by thread): Differential equations
- Next message (by thread): Differential equations
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list