Newton-Rhapson method for a multivariate function

243 Views Asked by At

I have a system

$\textbf{0}= f_n(\textbf{x})+ \epsilon u_n(\textbf{x})$,

which I want to solve numerically, where

$\textbf{x}=[x_1, ...,x_n]^T$ and $\epsilon \in \mathbb{R}$.

What is the Newton-Rhapson formula for this?