Math, asked by gauranshthakur, 3 days ago

Find an iterative formula to find the reciprocal of a given number N and hence evaluate

Answers

Answered by kahlonsartaj12
0

Answer:

The iteration formula to find the reciprocal of a given number N by Newton's method is

x i + 1 = x i ( 2 − N x i )

x i + 1 = x i − N x i 2.

x i + 1 = 2 − N x i.

x i + 1 = x i ( 2 + N x i )

Similar questions