4
Outline >>Another method of finding roots Beside Bisection method

EXP 3

  • Upload
    irqovi

  • View
    212

  • Download
    0

Embed Size (px)

DESCRIPTION

banal

Citation preview

Page 1: EXP 3

Outline>>Another method of finding roots Beside Bisection method

Page 2: EXP 3

In the last class what we did ?

f(x) = x2 - 3

Page 3: EXP 3

Start with an Initial guess xo

The step between successive iterates is sufficiently

small, |x n + 1 - xn| < 0.001

If we have iterated some maximum number of times,

say N, and have not met previous Condition, we halt

and indicate that a solution was not found.

When we have to stop?

Page 4: EXP 3

Let’s solve the following using MATLAB

Using Newton-Raphson

Method