[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ODE solvers, v1.11
From: |
Marc Compere |
Subject: |
ODE solvers, v1.11 |
Date: |
Wed, 17 Jan 2001 10:51:46 -0600 |
Octave users,
A minor bugfix to the set of m-file ordinary differential equation
(ODE)
solvers has been posted to the octave-sources list. The updated version is
v1.11. The previous version, v1.10, produced an error if the user's
environment contained:
whitespace_in_literal_matrix = "ignore";
Now the solvers work properly for any of the following:
whitespace_in_literal_matrix = "ignore";
whitespace_in_literal_matrix = "traditional";
whitespace_in_literal_matrix = "";
The latest and greatest m-file ODE solvers (v1.11) including ode23, ode45,
ode78, rk2fixed, rk4fixed, and rk8fixed can all be found at:
http://marc.me.utexas.edu/tmp/octave_ode_solvers/ode_v1.11.tar.gz
or individually in:
http://marc.me.utexas.edu/tmp/octave_ode_solvers/ode_v1.11/
or on the octave-sources list:
http://www.octave.org/mailing-lists/octave-sources/2001/14
For questions, you can email me at address@hidden
Regards,
Marc
--
_________________________________________________
Marc Compere, The University of Texas at Austin
address@hidden, (512)471-7347, <><
http://nerdlab.me.utexas.edu/~compere
_________________________________________________
-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ODE solvers, v1.11,
Marc Compere <=