with a set of arbitrary initial values in newton method the system of equations don't have any answer. Does it mean that this system of equation don't have any answer at all or may be there exists a set of initial values for which this set has answer? If it is true, how can I find this set of appropriate initial value?
with a set of arbitrary initial values in newton method the system of equations don't have any answer
1
$\begingroup$
nonlinear-optimization
-
0No I wrote a program in which I used the newton method for solving 7 nonlinear equations. For many sets of initial values that I try, the equations don't have answer. I want to know that can I find a set of initial values for which this set of equation has answer and if it is true, How can I find this set of initial value? – 2012-09-28