Problem on solving nonlinear algebraic equations
이전 댓글 표시
I'm trying to solve a nonlinear algebraic equation set with 16 eqns. The problem is that these equations are highly ill-conditioned. (Coefficients for some equations are 10^8 larger than others )
I've tried "fsolve" to solve it, but it's not working.
Is there any options in fsolve to deal with ill-conditioned equations?
Thanks!!!
답변 (2개)
Walter Roberson
2011년 8월 10일
0 개 추천
Perhaps move it to within MuPad and do the solve() computation with Digits set to a significantly higher number?
The result will still be extremely sensitive to perturbations in the original data, but you will at least be able to get a result.
카테고리
도움말 센터 및 File Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!