Numerical Method

Newton Raphson Method

Newton Raphson Method using C programming    Also known as successive substitution method. Algorithm 1.      Assign an initial value to x say x0. 2.      Evaluate f (x0) and f’(x0) 3.     …

0 Comments