CSCI3656 Numerical Computing :: Project Three

$30.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (4 votes)

The goal of this project is to study what “local” means for convergence of
Newton’s method. Consider the function
f(x) = 1
1 + exp(x)

1
2
, x ∈ [−5, 5]. (1)
The true root of this function is r = 0. You want to find an interval [a, b]
satisfying two criteria:
1. the length b − a is as large as possible
2. Newton’s method converges for any initial guess in the interval, x0 ∈
[a, b].
You’ll determine the interval endpoints a and b using a computer experiment.
Describe the rationale behind your choice of experiment, and report the
results.
1