MATH662: Numerical linear algebraJanuary 16, 2019
Due date: Jan 30, 2019, 11:55PM.
Bibliography: Trefethen & Bau, Lectures 1-8. Problems 1-4 = 1 pt each, Problem 5 = 4 points.
Exercises 2.3, 2.4, 2.5
, , , , .
. Proof: From , take adjoint . Multiple by (non-zero)
,
, . Take adjoint of eigenvalue relation to obtain . Multiply the two equations to obtain , hence eigenvalues satisfy , i.e., lie on the unit circle.
octave: |
|
octave: |
|
octave: |
|
octave: |
|
octave: |
|
1.00000 1.00000
octave: |
|
GNUplot] |
|
GNUplot] |
|
As in 2.3
This is a matrix generalization of for any . Recall that singular is equivalent to having a zero eigenvalue. Ask: can be an eigenvalue of ? If so , implying is an eigenvalue of , contradicting finding from (a). Or, consider to be an eigenvector of , , and compute
hence is an eigenvalue of , and . Note that the above also implies
hence is an eigenvalue of .
Per (2.4) eigenvalues of a unitary matrix lie on the unit circle. As above, let be an eigenvector of , ,
and , hence unitary.
Exercises 3.1-3.6
nonsingular, . Prove norm properties:
results from . Consider , or . Since nonsingular cannot have a zero eigenvalue, it results that .
.
Write eigenvalue relation for , , and . By definition of induced norm
. Equality attained for , inequality for .
. Equality for , inequality for .
From (a) , and from (b) , combine to obtain
Exercise 5.4. State and solve the analogous problem for skew-symmetric matrices.
Exercises 6.1-3, 6.5
Consider a black and white image represented as a matrix . In each block set element values to represent a letter of the words: “absolute”, “computer”, “measures”.
Read in an image
octave> |
|
octave> |
|
octave> |
|
octave> |
|
Guess the rank of the matrices. Then, compute the rank of the matrices.
Obtain a sequence of approximations for , , with the successive approximations from truncation of the SVD rank-1 expansions.
Consider with . Repeat (b) for by sampling points within the tetrahedron. Comment.
Consider . Repeat (b) for . Comment.