Numerical Computation #1
Numerical Computation #1
Assignment #1
Date to be submitted: 2-10-2014
1.Determine the real root of f (x) = 5x3 − 5x2 + 6x − 2:
(a) Graphically.
(b) Using bisection to locate the root. Employ initial guesses of
xl = 0 and xu = 1 and iterate until the estimated error ea falls
below a level of es = 10%.
2. Determine the real root of f (x) = −25 + 82x − 90x2 + 44x3 − 8x4 +0.7 x5 :
(a) Graphically.
(b) Using bisection to determine the root to es = 10%. Employ initial
guesses of xl = 0.5 and xu = 1.0.
(c) Perform the same computation as in (b) but use the false position
method and !s = 0.2 %.