Multidimensional Newton-Raphson method: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: simplified exit condition)
m ("metod" to "method")
Line 3: Line 3:
;Task:
;Task:
Create a program that finds and outputs the root of a system of nonlinear equations
Create a program that finds and outputs the root of a system of nonlinear equations
using Newton-Raphson metod.
using Newton-Raphson method.
<br><br>
<br><br>
=={{header|C#}}==
=={{header|C#}}==