Gewöhnliche Differenzialgleichungen
Die Solver für Ausgangswertprobleme bei gewöhnlichen Differenzialgleichungen in MATLAB® bieten zahlreiche Eigenschaften für das Lösen von Ausgangswertproblemen. Die Solver funktionieren bei steifen und nichtsteifen Problemen, Problemen mit einer Massenmatrix, algebraischen Differenzialgleichungen oder voll impliziten Problemen. Weitere Informationen finden Sie unter Choose an ODE Solver.
Objekte
ode | Ordinary differential equations (Seit R2023b) |
odeMassMatrix | ODE mass matrix (Seit R2023b) |
odeJacobian | ODE Jacobian matrix (Seit R2023b) |
odeEvent | ODE event definition (Seit R2023b) |
odeSensitivity | ODE sensitivity analysis (Seit R2024a) |
ODEResults | Results of ODE integration (Seit R2023b) |
Funktionen
Themen
- Choose an ODE Solver
ODE background information, solver descriptions, algorithms, and example summary.
- Summary of ODE Options
Usage of
odeset
and table indicating which options work with each ODE solver. - ODE Event Location
Detect events during solution of ODE.
- Solve Nonstiff ODEs
This page contains two examples of solving nonstiff ordinary differential equations using
ode45
. - Solve Stiff ODEs
This page contains two examples of solving stiff ordinary differential equations using
ode15s
. - Solve Differential Algebraic Equations (DAEs)
Solve ODEs with a singular mass matrix.
- Nonnegative ODE Solution
This topic shows how to constrain the solution of an ODE to be nonnegative.
- Troubleshoot Common ODE Problems
FAQ containing common problems and solutions.