Help with an implicit solution of a system.

1 回表示 (過去 30 日間)
Navid
Navid 2014 年 9 月 17 日
Hi, guys.
I have the system below:
V(:,:,n)=(D+0.5*deltat(1,n)*(-K))\(D*m1(:,:,n)-(-K)*m(:,:,n)+Fload);
which I have to solve implicitly. "K" and "D" are constant "81x81" matrices. "Fload" and "m" are constant "81x1" matrices and my time step is an adaptive scalar which changes each round. So the solution should be a "81x1". The problem is for some time steps my solution gets so close to singularity that MATLAB warns me. What can I do about it? is there any other solvers besides "\" that have more accuracy?

回答 (0 件)

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by