answersLogoWhite

0

It's a method used in Numerical Analysis to find increasingly more accurate solutions to the roots of an equation.

x1 = x0 - f(x0)/f'(x0) where f'(x0) is the derivative of f(x0)

User Avatar

Wiki User

9y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi

Add your answer:

Earn +20 pts
Q: What is Newton raphson's method in r programing?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

If GMmR2 find the dimension of G given that R is a measure of distance?

I think this is Newton's Law of Gravitation, F = GmM/R2. G is a numerical constant(6.67E-11), and has no dimension.


How do you analyze the complex circuit with branch current method?

it is a difficult method but not for all the students .it requires some of intellegence. it start with the basic theme that in brach current method we hav to study the current divided on each load like kvl in which we r studing the total volt supply ny the source .while analysing the branch current method.like


Write a program using method plainto check whether a string is a palindrome or not A palindrome is a string that reads the same from left to right and vice-versa?

Palindrome number is a number like 121 which remains the same when its digits are reversed. To find this number in a simple java program, just follow the below way. sum = 0; while(n>0) { r=n % 10; sum=concat(r); n=n / 10; } print r;


How to write a programme in c to calculate that reads floating point number but displays only integer?

We can use any method. As we can find out the area of the circle by three methods as i known. 1.ordinary programming e.g. void main() { int r;float area; printf("\n\tEnter radius of the circle : "); scanf("%d",&r); area=3.14*r*r; printf("Radius = %d and area=%f",r,area); } 2. By using macros e.g. #define PI 3.14 #define AREA(x) PI*x*x 3. We can solve by user defined functions also


What does r mean in a resistor?

R stands for the resistance.