On 4/27/07, darkside <[EMAIL PROTECTED]> wrote:
> hi everyone,
> I'm trying to solve a lineal differential equation system, and I,m proving
> with the mlab.rk4 function.
> The problem I've found is that if the solution if a complex number, I can't
> use this functin, because it doesn't accept complex number, and I can only
> get the real case.
>
> Have anyone treat with this problem?
> What do you use to solve differential equation systems?


rk4 was something I wrote long ago to have a simple ODE integrator in
case scipy wasn't installed on my system.  You should be using the
scipy.integrate tools

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to