to find square root of number c by newton raphson method means to solve equation
Answers
Answered by
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
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
Math,
1 month ago
History,
1 month ago
Social Sciences,
1 month ago
World Languages,
2 months ago
Hindi,
10 months ago
History,
10 months ago