ODE: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Created page with '{{solvers}} {{missing}}'
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{solvers}}
{{solvers}}
{{missing}}
{{stub}}
 
A system of '''ordinary differential equations''' (an '''ODE''' system) can be defined
 
:<math>\bold{y}' = \bold{f} \left(t,\bold{y} \right)</math>
 
where <math>\bold{y}</math> is a vector of variables and <math>\bold{y}'</math> is the corresponding vector of derivatives with respect to the 'time' or 'independent' variable <math>t</math>. Written in the above form, we can always be sure that we can calculate the derivatives of the state variables providing the current state is known.
 
[[LSODE]] is an ODE solver for ASCEND that allows algebraic equations to be solved first, then the derivatives integrated.
 
[[Category:Documentation]]

Latest revision as of 09:17, 2 August 2010

NLA
QRSlv
CMSlv
IPSlv
NLP
CONOPT
IPOPT
TRON
MINOS
Opt
NGSlv
DAE/ODE
IDA
LSODE
DOPRI5
RADAU5
LA
Linsolqr
Linsol
LP
MakeMPS
Logic
LRSlv

A system of ordinary differential equations (an ODE system) can be defined

<math>\bold{y}' = \bold{f} \left(t,\bold{y} \right)</math>

where <math>\bold{y}</math> is a vector of variables and <math>\bold{y}'</math> is the corresponding vector of derivatives with respect to the 'time' or 'independent' variable <math>t</math>. Written in the above form, we can always be sure that we can calculate the derivatives of the state variables providing the current state is known.

LSODE is an ODE solver for ASCEND that allows algebraic equations to be solved first, then the derivatives integrated.