Tutorial 3
Tutorial 3
TUTORIAL 3
9. Suppose that
2x1 + x2 + 3x3 = 1,
4x1 + 6x2 + 8x3 = 5,
6x1 + αx2 + 10x3 = 5,
with |α| < 10. For which of the following values of α will there be no row interchange required
when solving this system using scaled partial pivoting?
(a) α = 6 (b) α = 9 (c) α = −3
t
10. Obtain factorizations of the form A = P LU for the following matrix
0 2 3
1 1 −1
0 −1 1
11. Show that Gaussian elimination can be performed on A without row interchanges if and only
if all leading principal sub-matrices of A are nonsingular.
3 3
12. Show that the Gauss-Jordan method requires n2 + n2 − n2 multiplications/divisions and n2 − n2
additions/subtractions.
13. Show that the matrix
1 2 3
2 8 12
3 12 27
is positive definite, and then find the Cholesky factor L. Also do the factorization A = LDLt
and verify that L = LD1/2 .
14. Let U ∈ Cn×n be unitary and cond2 (U ) = ∥U ∥2 ∥U −1 ∥2 . Show that cond2 (U ) = 1.
15. Let
α 1 0
β 2 1
0 1 2
Find all values of α and β for which
(a) A is singular. (b) A is strictly diagonally dominant.
(c) A is symmetric. (d) A is positive definite.