Hello Folks,
I have a system of ordinary differential equations that I can solve and handle under Mathematica.
For some specific tasks, I would like to convert these ODE's system into Fortran (or could be C).
Sadly, FortranForm is not working at all, I got either a Null of some weird stuffs that are not Fortran. I understand that I need to specify a numerical methods, but clearly the FortranForm is not enough sophisticated for that purpose. Is there any way (beside writing myself the numerical solution) to translate an ODE system written in Mathematica into Fortran or C?
Thanks a lot for any help on that.