exp 3

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

Upload: irqovi

Post on 05-Jan-2016

212 views

Category:

Documents


0 download

DESCRIPTION

banal

TRANSCRIPT

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