Tclode is a compiled extension by [Kevin Kenny] that makes it possible to use the [https://computation.llnl.gov/casc/odepack/odepack_home.html%|%ODEPACK%|%] library to solve systems of ordinary differential equations from within Tcl. Its home is at: [http://tclode.sourceforge.net/] ''Note:'' The nice thing about ODEPACK and therefore Tclode is that it automatically choses the best method for solving the system at hand. It uses a whole scala of methods to achieve this goal without the user having to worry about it. [AK]: [http://teapot.activestate.com/entity/name/Tclode/ver/1.0/index%|%Binaries for various platforms] are available through [ActiveState]'s [http://teapot.activestate.com%|%TEApot]. Just a % teacup install Tclode away. ---- '''[arjen] - 2010-03-08 03:55:09''' I have thinking about wrapping all manner of numerical libraries - there is a lot out there and we are (in my humble opinion) under-utilising the possibilities wrapper packages such as Critcl or my own Wrapfort offer. One thing that is lacking me (besides time, but that is a matter of priorities ;)) is a good place to store the code and perhaps pre-built extensions ... Well, I just had to mention it somewhere. ---- !!!!!! %| [Category Mathematics] |% !!!!!!