Chapter:

Newton-Raphson-Method-

NEWTON-RAPHSON METHOD LAB REPORT

TITLE: 

TO FIND THE ROOTS OF NON-LINEAR EQUATION USING NEWTON-RAPHSON METHOD

 OBJECTIVES:

  • To be able to follow the algorithm of Newton-Raphson method of solving non linear equation.

  • To use the Newton Raphson method to solve examples of finding roots of a non linear equation.

  • To build some programming concepts by solving practical problems.

 TOOLS REQUIRED:

  • Computer workstation

  • Program software (as necessary)

 THEORY:

The Newton-Raphson method in mathematics, named after issac Newton and joseph Raphson, is an open bracket root finding approach requiring only one initial guess which produces successively the better approximations to the roots of a real valued function.

In general,

`X_(n+1)=X_n-(f ....Show More