This final project discusses Gradient Descent method with the explicit stepsize formula for solving systems of nonlinear equations. Gradient Descent method with the explicit stepsize formula has linear convergence and if the Jacobian matrix has a special structure then it is equivalent to Newton’s method which quadratic convergence. At the end of the discussion, some numerical examples a…