Stiff differential equation solvers

조회 수: 5 (최근 30일)
Deepa Maheshvare
Deepa Maheshvare 2019년 1월 9일
댓글: Deepa Maheshvare 2019년 1월 11일
I'm trying to understand how the stiff differential equations are solved in ode5s and ode15i.
If my understanding is right, stiff equation solver implements BDF method if specified in the option given in the call to the solver.
What happens in implicit solver?
e.g. if dx/dt = f(x,t)
is written as
x(n+1) = x(n) + f(x(n),tn) + f(x(n+1),t(n+1))
Is it solved using non-linear equation solver?
Could someone explain? Is there any example files that are available for implementation of BDF and implicit solver?
  댓글 수: 6
Torsten
Torsten 2019년 1월 11일
Forget my comment.
I mixed your problem up with another one.
Deepa Maheshvare
Deepa Maheshvare 2019년 1월 11일
No issues

댓글을 달려면 로그인하십시오.

채택된 답변

Steven Lord
Steven Lord 2019년 1월 10일
There are several stiff solvers. See the "Basic Solver Selection" section on this documentation page for a table indicating which solvers are stiff and which are nonstiff. For more details about a particular solver, see the Algorithms and References sections on each solver's documentation page.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by