Nonlinear systems of equations solving with Newton's method
Newton's method of the nonlinear systems of equations solving. This algorithm can be used to solve standalone equation as well. User specifies system of the equations, first approximations of the roots and the result accuracy. While calculation Jacobi matrix is created. Number of steps (iterations) of the While loop also displayed for the analysis purposes.