[Tutor] python ODE and DAE solver

Steven D'Aprano steve at pearwood.info
Wed Jun 11 01:21:08 CEST 2014


On Tue, Jun 10, 2014 at 08:07:56PM +0800, He Yang wrote:
> Hi,
> 
> I use Maple for my modelling work, and now I am considering switching 
> to Python. Lately, I've spend some time on the documentation of python 
> and SciPy( python based maths package), but only managed to find a ODE 
> solver, can someone familiar with python ODE and DAE solver send me 
> more information about those solvers, thanks in advance.

This is fairly specialised information, you might try here:

http://www.scipy.org/scipylib/mailing-lists.html

sympy includes a simple ODE solver:

http://docs.sympy.org/dev/modules/mpmath/calculus/odes.html


> in addition, 
> i am trying to employ cloud computing servers to solve equations, i am 
> not sure whether the server would allow me to link python and other 
> programming languages like C or Fortran, anyone knows this?

That will surely depend on what cloud computing servers you have access 
to, and what capabilities they offer. If you have full, unrestricted 
access to a server, then you can do anything you want. If you don't, 
then you'll need to find out what access you actually do have.



-- 
Steven


More information about the Tutor mailing list