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 个)

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 的更多信息

提问:

2011-8-9

Community Treasure Hunt

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

Start Hunting!

Translated by