Name: com.konato.ode
URL: http://www.konato.com/2009/07/08/com-konato-ode/
Author: Stephane Rousseau
Categories: Scientific computing, Simulation, ODE
License: EPL
Dependencies: clojure.contrib.test-is for unit testing
Description: This is an ordinary differentials equations solvers and
simulation library in Clojure.
It does implements several fixed steps solvers: Euler, an Euler
modified version, Runge-Kutta order 4 and a Runge-Kutta using
parameters to implement RK4, Runge-Kutta-Fehlberg. It does implement a
variable step ODE solver based on the popular rfk45 method. Others RK
fixed or variable methods can be easily implemented using the RKP
method. Functions are provided to convert State Space and Transfer
functions to ODE who can be used by the system.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---