Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program implementing Newtons method. The program should have a script file that calls the Newtons method function in a different file. The Newtons

Write a program implementing Newtons method. The program should have a script file that calls the Newtons method function in a different file.

The Newtons method function should input a function, its derivative, a starting point, a tolerance, and a maximum number of iterations. Use your code to find the zeros of the functions below. For each function:

i) Find a suitable initial guess.

ii) Comment on how difficult this guess was to find.

iii) Analyze the convergence by plotting the error as a function of the number of iteration on an appropriate graph.

iv) Determine if the order of convergence you find in iii) is consistent with theory of section 2.4.

image text in transcribed

(a) f(x) = 2.4-5x3 + x + 1 = 0. (b) g(x)= 2 sin2x-sinx + 0.125 (c) h(x) = 15 1/15,-=0. 0. 15 es (1/15) e-8a

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_2

Step: 3

blur-text-image_3

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

Structured Search For Big Data From Keywords To Key-objects

Authors: Mikhail Gilula

1st Edition

012804652X, 9780128046524

More Books

Students also viewed these Databases questions