Computer Science, asked by amitsinhaAmit8365, 1 year ago

C program to find roots of newton raphson equation using functions

Answers

Answered by Anonymous
5

Explanation:

The C program for Newton Raphson method presented here is a programming approach which can be used to find the real roots of not only a nonlinear function, but also those of algebraic and transcendental equations. Newton's method is often used to improve the result or value of the root obtained from other methods.

Similar questions