Is the solution set returned by NSolve
usually complete? Can I assume that there are no more solutions than what it returns? Consider systems of equations e.g. like this one.
I expect that the answer is either generally "no" or that it depends on the type of equations (polynomial? exact coefficients?), on the method being used, and on other settings (such as VerifySolutions
). So the better question is: in which cases (if any) can I assume that NSolve
found all solutions?
It is clear that the solution values are approximate but it is not clear that the number of solutions is also approximate. Multiple roots are generally returned with the correct multiplicity.
Comments
Post a Comment