nleqs_master_ex2

nleqs_master_ex2(alg)

nleqs_master_ex2() - Example 2 of nonlinear equation solving.

nleqs_master_ex2()
nleqs_master_ex2('NEWTON')
nleqs_master_ex2('GS')
nleqs_master_ex2('FD')

Example of solving the following set of nonlinear equations using nleqs_master().

(13)\[\begin{split}\rvec{f}(\x) = \left[\begin{array}{c} x_1^2 + x_1 x_2 - 10 \\ x_2 + 3 x_1 x_2^2 - 57 \end{array}\right] = 0\end{split}\]