Skip to content
Prev 177614 / 398503 Next

Two or more dimensional root (Zero) finding

enrico.foscolo2 at libero.it wrote:
Someone else may pipe up with a better answer, but this is generally
a difficult problem (see _Numerical Recipes_ for discussion).  A
reasonable approach is to search for the minimum of the square
of the function (using optim(), nlmin(), etc.).

  Ben Bolker