Tools for plotting behavior of differential equations

1.1k Views Asked by At

I have several ODEs describing the behavior of dividing particles (e.g., How to model multi-step cell differentiation). I would like to plot these ODEs based on changing values of p over time. I would appreciate any advice on what graphics program would be suitable for this task.

Thanks.

3

There are 3 best solutions below

0
On

I'd use either MATLAB or Python for that. Both have strong visualization capabilities.

0
On

You should have a lok at SAGE, a free open-source mathematics software.

0
On

I'll second Matlab but make specific metion to the Matlab toolkits pplane and Matcont.

Matcont is particularly useful for investigating bifurcations, which seems to be what you're interested in.