Module 11 Assignment Solutions
Module 11 Assignment Solutions
Module 11 Assignment Solutions
Matrix Theory
4−λ 4 1
3
χA (t) = (−1) det(A − λI ) = (−1) −1 −λ 0 .
0 0 2−λ
4−λ 4
χA (t) = −(2−λ) = −(2−λ) [(4 − λ)(−λ) − 4(−1)] = (λ−2)(λ2 −4λ+4) = (λ−2)3 .
−1 −λ
Applying the rest of Gauss-Jordan elimination, we delete the last row, add a row of zeros
to the second row, and change the missing pivot to −1 to get
1 2 0
0 −1 0 .
0 0 1
This gives us the eigenvector u = (2, −1, 0)T associated wtih eigenvalue −1.
Next, we find a basis for C3×1 containing u by creating the matrix [u | I ] and reducing to
row reduced echelon form:
1 1
2 1 0 0 1 2
0 0 1 2
0 0
E1/2 [1] E1 [2,1] 1
−1 0 1 0 −−−→ −1 0 1 0 −−−→ 0 1 0
2
0 0 0 1 0 0 0 1 0 0 0 1
1 21 0 0 1 0 −1 0
E2 [2] E−1/2 [1,2]
−−→ 0 1 2 0 −−−−−→ 0 1 2 0 .
0 0 0 1 0 0 0 1
2
Since the first, second, and fourth columns are pivot columns, the corresponding
columns of [u | I ] form a basis for C3×1 : {u1 , u2 , u3 } = {(2, −1, 0)T , (1, 0, 0)T , (0, 0, 1)T }.
We can now use the Gram-Schmidt algorithm to generate an orthogonal basis.
0 0 1 0 0 2
2. (a) We know by that for any n × n matrices A1 , A2 , tr(A1 A2 ) = tr(A2 A1 ) (see page 132 in
the textbook). Letting A1 = AB and A2 = C , observe that applying this property of
trace yields
tr(ABC ) = tr((AB)C ) = tr(C (AB)) = tr(C AB)
as desired.
(b) Let A ∈ Cn×n have Schur Triangularization U = P ∗ AP where P ∈ Cn×n is unitary
matrix and U ∈ Cn×n is upper triangular. By part (a),
Note. This argument can also be made using the Jordan Normal Form.
(c) Let A ∈ Cn×n have Schur Triangularization U = P ∗ AP where P ∈ Cn×n is unitary
matrix and U ∈ Cn×n is upper triangular. Because det(AB) = det(A)det(B) by
Theorem 3.30 (6),
Since P is unitary, P ∗ = P −1 and by Theorem 3.30 (7), det(P ∗ ) = (det(P))−1 . That is,
det(P ∗ )det(P) = 1. Thus, det(U) = det(A).
Additionally, since the elements on the main diagonal of U are the eigenvalues
λ1 , . . . , λn of A and the determinant of a triangular matrix is the product of the
diagonal entries by Theorem 3.30 (5), we can conclude
n
Y
det(A) = det(U) = λj .
j=1
Note. This argument can also be made using the Jordan Normal Form.