Math, asked by atharvaambadkar786, 2 months ago

to find square root of number c by newton raphson method means to solve equation

Answers

Answered by krishnadhangar2007
0

Answer:

Let N be any number then the square root of N can be given by the formula: root = 0.5 * (X + (N / X)) where X is any guess which can be assumed to be N or 1. In the above formula, X is any assumed square root of N and root is the correct square root of N.

Answered by Sriji246
0

Answer:

Newton- Raphson Method : To find square root of a number.

Let 'c' be any number then the square root of 'c' can be given by the formula:

root = 0.5 * (X + (c / X)) where X is any guess which can be assumed to be c or 1.

  • In the above formula, c is any assumed square root of c and root is the correct square root of c.
  • Tolerance limit is the maximum difference between X and root allowed.

Similar questions