Runge Kutta DAE solver

Differential algebraic systems can be solved with an adapted Runge Kutta method.
ダウンロード: 1.3K
更新 2013/5/16

ライセンスの表示

This is an adapted Runge Kutta method (theoretical background e.g. in Hairer, Lubich, Roche "The numerical solution of differential-algebraic systems by runge-kutta methods") to solve DAEs. Already implemented is the Radau II A method of stage 1, 2 and 3 but basically every Butcher tableau can be implemented (see code for details). A simple example (the mathematical pendulum) is provided to show the usage. The nonlinear system solver is the newton method, but it can also be exchanged.

引用

Stefan Schiessl (2024). Runge Kutta DAE solver (https://www.mathworks.com/matlabcentral/fileexchange/39857-runge-kutta-dae-solver), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersRunge Kutta Methods についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

- added argument to give an estimated solution

1.0.0.0