

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Professor: Morrow; Class: NUMERICAL ANLYS I; Subject: Mathematics; University: University of Washington - Seattle; Term: Autumn 2008;
Typology: Exams
1 / 2
This page cannot be seen from the preview
Don't miss anything!


The test (on Friday, October 31 (Halloween)) will be closed book. One notebook-size page of notes will be allowed on the test. You should give any numerical answers in the form of a rational number or a simple expression involving radicals. Scientific calculators in which no formulas or text has been stored will be allowed.
f (x) =
x − 1 −
x − 2
Suggest a more accurate way to compute the same function.
xk+1 = x^2 k − 2 xk + 2 (1)
xk+1 = xk −
x^2 k − 3 xk + 2 2 xk − 3
xk+1 = −x^2 k + 4xk − 2 (3)
a) What is p(x)? What are its roots? b) One of the iterations will converge to either of the two roots of p(x) if the initial guess is sufficiently close. Each of the others will converge to one root, but can’t possibly converge to the other unless the initial guess is exactly equal to the root. Which is which? Give a justification for your answer.
by using Gaussian elimination and pivoting. L should have 1’s on the main diagonal.
Sample Problems 2
b) Use part a) to solve:
Ax =
(^) b =
. Find the least squares solution to the problem Ax = b using the normal
equations.
A =
, b =
, x(0)^ =
Compute two steps, x(1), x(2)^ of the Jacobi method for solving Ax = b. Give an error estimate for ‖x(2)^ − xt‖ in terms of ‖x(1)^ − x(0)‖, where xt is the true solution.
a) Compute κ∞(A). b) Let
b =
and suppose that xc =
is a computed solution of Ax = b. Give upper and lower estimates on
‖xc − xt‖ ‖xt‖
, using κ∞(A), where xt is the true solution.
3 + xn
, x 0 = 0
a) Prove that |xn+1 − xn| <
|xn − xn− 1 |
b) Prove that xn converges to a limit, s. c) Prove that xn − s alternates in sign. d) Find s.