Numerical Computing :: Project Three

$24.99 $18.99

The goal of this project is to study what “local” means for convergence of Newton’s method. Consider the function f(x) = 1 − 1 ,x ∈ [−5, 5]. (1) 1 + exp(x) 2 The true root of this function is r = 0. You want to find an interval [a, b] satisfying two criteria: the…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Categorys:

Description

5/5 – (2 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

,x [−5, 5].

(1)

1 + exp(x)

2

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

  1. 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

Numerical Computing :: Project Three
$24.99 $18.99