Final 2015
Final 2015
Spring 2015
Problem1: LU Decomposition.
(7+2+6=15 points)
1 0 2
Let A = 0 4 2 .
2 2 14
(a) Give a constructive proof that an LU decomposition can be computed for any positive definite
matrix by deriving the matrices L and U in general form.
(b) Give the definition of consistency of an iterative numerical method and show that the bisection
method is consistent.
(c) Derive the convergence rate of the bisection method for [a, b] = [0, 1] and f (x) = x2 − 34 x + 81 .
(d) Can the bisection method be applied to the problem given in (c)? Explain.
(d) Apply Aitken’s scheme derived in (c) to compute p(1) for the polynomial that interpolates the
points 0 and 1 at the knots 0 and 2, respectively.
1
Problem 4: Spline Interpolation. (4+5+4+2=15 points)
B-splines are splines of minimal support.
(a) Based on the property of minimal support, draw B-splines N00 (u), N01 (u), and N02 (u) over knot
sequence (0, 1, 2, 3). The drawings need to be qualitatively correct.
(b) Use the constructions in (a) to estimate N02 (0), N02 (1), N02 (2), and N02 (3). Explain how you obtain
the values.
Hint: No need to derive and evaluate the recursive formula for any u.
(c) Using (b),
Pnderive the collocation matrix for spline interpolation at knots 2, 3, . . . , n + 1 using spline
s(u) = i=0 ci Ni2 (u) defined over knot sequence 0, 1, . . . , n + 3.
Hint: If you did not solve (b), use placeholders for the function values of N02 (u).
(d) Is spline s(u) in (c) a natural spline? Explain your answer.
1
using an even number of intervals n and step size h = n. Its asymptotic error is O(h4 ).
(a) Derive a recursive scheme from the composite Simpson rule assuming that n is a power of 2.
(b) Use Richardson extrapolation to the recursive scheme in (a) to derive an estimate for I with an
improved asymptotic error.
(c) Apply your estimate in (b) to compute I for f (x) = x2 using n = 4 intervals.
Notes:
• No books, notes, or calculators may be used.
• Duration: 115 minutes.
• Grades in percentages will be computed out of 90 points.