How to understand solutions provided by fsolve
7 views (last 30 days)
Show older comments
Arpita Nehra
on 26 Oct 2019
Commented: Star Strider
on 26 Oct 2019
Hi,
I am using fsolve to solve a system of non-linear equations. However, my solutions (from complex values to positive) and exitflag (from -2 to 1) change a lot with a change in initial values and parameter values- does that mean that I need to check my equations and there is a problem with that?
Thanks in Advance,
Arpita
0 Comments
Accepted Answer
Star Strider
on 26 Oct 2019
Nonlinear optimisation functions are sensitive — and can be very sensitive — to the initial estimates. If your equations re coded correctly, there is no problem with different solutions with respect to different initial parameter estimates.
2 Comments
Star Strider
on 26 Oct 2019
As always, my pleasure.
The fsolve function is a root-finder. To understand how it works, see the Algorithms section of its documentation, as well as the links in the See Also section, that will link you to discussions of the various aspects of the algorithms. They explain it much better than I can.
More Answers (0)
See Also
Categories
Find more on Systems of Nonlinear Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!