필터 지우기
필터 지우기

Solving ODE becomes unstable when using a decaying signal

조회 수: 2 (최근 30일)
Christian Lenz
Christian Lenz 2012년 8월 29일
I'm solving a stiff, time-dependent ode using mass matrix and a jacobian matrix with the ode15s solver. The problem is vectorized.
As long as I have signals (i.e. the time-dependent term) that rise with time there are no problems. But as soon as the signal is decaying the solver canot compute the solution anymore. This is not true for sinusoidal signals, then it works fine.
Is there any "general thing" I overlooked?
Thanks!

답변 (1개)

Babak
Babak 2012년 8월 29일
I had same problem before.
Try deriving the "dimensionless" form of your equations and solve those. usually if you are solving stiff ODEs in which the variables have dimensions the solver may fail.

카테고리

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