필터 지우기
필터 지우기

ODE stiff and implicit

조회 수: 3 (최근 30일)
Simon
Simon 2016년 2월 2일
Hello,
I have a set of ODEs. They are stiff (ode15s-solver) and implicit (ode15i).
Example:
dXdt = dYdt * X^2/Y + dZdt * X;
dYdt = Y*X + dXdt * X + dZdt * Z;
dZdt = dXdt * Z;
The example shows the structure (dXdt = f(X,Y, dYdt, dZdt) ...). Im not able to solve the equations manually that I got the form
dXdt = f(X,Y,Z)
dYdt = f(X,Y,Z)
dZdt = f(X,Y,Z)
So I should use the implicit solver? But what to do, if the system is stiff?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by