CharleyZ / symja

Automatically exported from code.google.com/p/symja
0 stars 0 forks source link

Solving Differential Equations #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi
Thanks for the software.Learning it and using it becomes easy since it mirrors 
the Mathematica syntax..

Do you have any plans to include solving differential equations?

Thanks

Original issue reported on code.google.com by sharf.m...@gmail.com on 9 Sep 2011 at 4:47

GoogleCodeExporter commented 8 years ago
Because the commons-math library is used in Symja, the easiest way to start 
with differential equations would be to create functions which use the 
org.apache.commons.math.ode package functionality.
http://commons.apache.org/math/apidocs/org/apache/commons/math/ode/package-summa
ry.html

http://commons.apache.org/math/userguide/ode.html

Here you can see, which and how other functions used the commons-math library:
http://code.google.com/p/symja/wiki/UsedLibraries

Original comment by axelclk@gmail.com on 10 Sep 2011 at 7:30