Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Develop a computer program that uses the Newton - Raphson method to calculate the roots of a given function. Then use the program to calculate

Develop a computer program that uses the Newton-Raphson method to calculate the roots of a given function. Then use the program to calculate the positive root of each of the following functions.
a.f(x)=0.51x-sin(x)
b.f(x)=x10-1
For each case, obtain and present the following results.
Plot of the function over an appropriate range to show the root.
Tabulate the results for the first 50 iterations showing
i (iteration no.)
x(i)
% relative error.
Computer-generated plot of the root estimate as a function of iteration number.
Computer-generated plot of the % relative error as a function of iteration number.
Explain the reason for the dramatic difference in convergence rate for the two cases.
Program listing (so the professor or assistant can duplicate results-if needed).
For case (a) use an initial guess of x=1.5 and for Case (b) use an initial guess of x=0.5.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions

Question

Discuss the key ambient conditions and their effects on customers.

Answered: 1 week ago