1 Pages (5 items)
lsoda - Adams/BDF ODE solver for stiff or nonstiff systems - Messages
#1 Posted: 1/20/2019 9:29:14 PM
lsoda (Livermore Solver for Ordinary Differential Equations)

Functions list:
lsoda(ics, xmin, xmax, steps, ode) solves the initial value problem for stiff or nonstiff systems (uses Adams/BDF methods).
Arguments:
Options:
- AbsTol - absolute tolerance parameter, default value 10⁻⁷.
- RelTol - relative tolerance parameter, default value 10⁻⁴.

Links:
1. Solving Stiff ODEs.
2. Serial Fortran Solvers for ODE Initial Value Problems.
lsoda.integrate.sm (10 KiB) downloaded 136 time(s).
lsoda.kinetic1.sm (7 KiB) downloaded 105 time(s).
lsoda.kinetic2.sm (10 KiB) downloaded 91 time(s).
lsoda.kinetic3.sm (10 KiB) downloaded 91 time(s).
lsoda.test1.sm (11 KiB) downloaded 99 time(s).
lsoda.test2.sm (11 KiB) downloaded 87 time(s).
lsoda.Arenstorf Orbit.sm (15 KiB) downloaded 120 time(s).
lsoda.Amplitude detector.sm (20 KiB) downloaded 89 time(s).
lsoda.integrate.pdf (87 KiB) downloaded 142 time(s).
lsoda.kinetic1.pdf (74 KiB) downloaded 114 time(s).
lsoda.kinetic2.pdf (87 KiB) downloaded 90 time(s).
lsoda.kinetic3.pdf (82 KiB) downloaded 103 time(s).
lsoda.test1.pdf (87 KiB) downloaded 118 time(s).
lsoda.test2.pdf (90 KiB) downloaded 100 time(s).
lsoda.Arenstorf Orbit.pdf (93 KiB) downloaded 114 time(s).
lsoda.Amplitude detector.pdf (148 KiB) downloaded 99 time(s).
See also:
● [topic=726]Mathcad Toolbox[/topic]
● [topic=1918]DotNumerics[/topic]
● [topic=13809]SADEL[/topic]
● [topic=1970]Matlab C++ Math Library[/topic]
● [topic=17063]OSLO[/topic]
● [topic=1997]GNU Scientific Library (GSL)[/topic]






Functions list:
lsoda(5) - (ics,tmin,tmax,steps,D(t,x)) solves the initial value problem for stiff or nonstiff systems.
lsoda(3) - (ode,y(x),xmax) solves the initial value problem for stiff or nonstiff systems.
lsoda(4) - (ode,y(x),xmax,steps) solves the initial value problem for stiff or nonstiff systems.
lsoda(3) - (ode,y(x),xmax) solves the initial value problem for stiff or nonstiff systems.
lsoda(4) - (ode,y(x),xmax,steps) solves the initial value problem for stiff or nonstiff systems.
lsoda(ics, xmin, xmax, steps, ode) solves the initial value problem for stiff or nonstiff systems (uses Adams/BDF methods).
Arguments:
- ics is either a vector of n real initial values, where n is the number of unknowns (or a single scalar initial value, in the case of a single ODE).
- xmin and xmax are real, scalar endpoints of the interval over which the solution to the ODE(s) is evaluated. Initial values in init are the values of the ODE function(s) evaluated at x1.
- steps is the integer number of discretization intervals used to interpolate the solution function. The number of solution points is the number of intervals + 1.
- ode is a vector function of the form D(x,y) specifying the right-hand side of the system
Options:
- AbsTol - absolute tolerance parameter, default value 10⁻⁷.
- RelTol - relative tolerance parameter, default value 10⁻⁴.
Links:
1. Solving Stiff ODEs.
2. Serial Fortran Solvers for ODE Initial Value Problems.
lsoda.integrate.sm (10 KiB) downloaded 136 time(s).
lsoda.kinetic1.sm (7 KiB) downloaded 105 time(s).
lsoda.kinetic2.sm (10 KiB) downloaded 91 time(s).
lsoda.kinetic3.sm (10 KiB) downloaded 91 time(s).
lsoda.test1.sm (11 KiB) downloaded 99 time(s).
lsoda.test2.sm (11 KiB) downloaded 87 time(s).
lsoda.Arenstorf Orbit.sm (15 KiB) downloaded 120 time(s).
lsoda.Amplitude detector.sm (20 KiB) downloaded 89 time(s).
lsoda.integrate.pdf (87 KiB) downloaded 142 time(s).
lsoda.kinetic1.pdf (74 KiB) downloaded 114 time(s).
lsoda.kinetic2.pdf (87 KiB) downloaded 90 time(s).
lsoda.kinetic3.pdf (82 KiB) downloaded 103 time(s).
lsoda.test1.pdf (87 KiB) downloaded 118 time(s).
lsoda.test2.pdf (90 KiB) downloaded 100 time(s).
lsoda.Arenstorf Orbit.pdf (93 KiB) downloaded 114 time(s).
lsoda.Amplitude detector.pdf (148 KiB) downloaded 99 time(s).
See also:
● [topic=726]Mathcad Toolbox[/topic]
● [topic=1918]DotNumerics[/topic]
● [topic=13809]SADEL[/topic]
● [topic=1970]Matlab C++ Math Library[/topic]
● [topic=17063]OSLO[/topic]
● [topic=1997]GNU Scientific Library (GSL)[/topic]
Russia ☭ forever, Viacheslav N. Mezentsev
4 users liked this post
NDTM Amarasekera 1/20/2019 10:20:00 PM, Radovan Omorjan 1/21/2019 3:41:00 AM, frapuano 1/21/2019 3:54:00 AM, Davide Carpi 1/21/2019 11:00:00 AM
#2 Posted: 12/2/2020 8:22:55 AM
Hello Viacheslav,
I attach here the two different file, lsodaMAP3 have the problem solved, lsodaMAP2 show the error.
SMath version 0.99.7610.506
lsoda version 0.1.7175.9902
File not found. File not found. File not found.
Playing a little bit in the lsodaMAP2 I was able to make it show the chart with the "problem".

Let me know if you need anything else!
All the best
Francesco
I attach here the two different file, lsodaMAP3 have the problem solved, lsodaMAP2 show the error.
SMath version 0.99.7610.506
lsoda version 0.1.7175.9902
File not found. File not found. File not found.
Playing a little bit in the lsodaMAP2 I was able to make it show the chart with the "problem".
Let me know if you need anything else!
All the best
Francesco
Veniamo da molto lontano e andiamo molto lontano! Palmiro Togliatti
#3 Posted: 12/2/2020 5:49:33 PM
The problem is in the X-Y Plot plugin. It cannot display the input data because it is outside the normal bounds. Also in the document somehow the min and max values of the axis are the same, which also results in an error. It will take a time to fix this. I haven't tested the plugin on bad data much.
Russia ☭ forever, Viacheslav N. Mezentsev
#5 Posted: 12/23/2021 9:53:30 AM

Plugin updated.
Changes:
- solution restructured;
- converting the task for the ODE solver to the numerical form is now performed through the Mathcad Toolbox plugin (to avoid code duplication), so it must be installed;
- refactored.
Solvers that support mathematical notation now reuse code from the Mathcad Toolbox plugin. Now there is no need to recompile every such plugin. As far as I understand, the algorithm used in this solver is the same as used in Odesolve: Adams/BDF. This can be seen from the comments in the source code. If I can port this code to c#, then we will have the same solver as in Mathcad. I want to include it as a default solver in Mathcad Toolbox plugin.
Russia ☭ forever, Viacheslav N. Mezentsev
1 users liked this post
sergio 12/23/2021 2:47:00 PM
1 Pages (5 items)
-
New Posts
-
No New Posts