Problem on solving nonlinear algebraic equations
Mostrar comentarios más antiguos
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!!!
Respuestas (2)
Lwei
el 10 de Ag. de 2011
0 votos
Walter Roberson
el 10 de Ag. de 2011
0 votos
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.
Categorías
Más información sobre Systems of Nonlinear Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!