I have a complex ODE, why do the results vary dpending on the solver?

조회 수: 1 (최근 30일)
GD
GD 2015년 10월 2일
답변: @Johannes 2015년 10월 2일
I have a complex ODE, i use fixed step solver to solve this simulink model. Once I used ODE8 and then later i used ODE14x, then i compared the results of these simulations and both were different. How could I know which one is correct?

답변 (1개)

@Johannes
@Johannes 2015년 10월 2일
Hello,
because ODE8 und ODE14x are using different numerical Methods to solve your ode. ODE8 is an explicit solver while ODE14x is an implicit solver. You should choose your solver dependent of your problem. For example, if you have a stiff problem you should use a implicit solver.
Regards,
John

카테고리

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