Untitled 1
Untitled 1
PROBLEMS
A=
4 2 3
7 5 8
,
B=
3 2
4
6
9 5
.
A=
1
3
2 1
,
B=
2 0
1 5
.
1
2 3
2 1 1
,
3 2
0 .
B= 2
1
1
1 2 3
A = 2 4 6 ,
5 10 15
1
1 2
1 2 .
B = 1
1 1
2
38
MATRIX ALGEBRA
1 1 4
1 3 ,
A = 1
4
3 2
1
x = 1 ,
2
3 2 4
1 0 ,
B= 7
2
3 5
3
y = 2 .
1
(a) Bx
(b) y B
(c) x Ax
(g) xx
(h) xy
(i) B B
2 1
1 3
,
B=
1 4 2
5 0 3
,
I=
1
a = 3 ,
2
2
b = 1 .
3
1 0
0 1
.
39
PROBLEMS
2.12 Let
1 2 3
A = 4 5 6 ,
7 8 9
a
D= 0
0
0
b
0
0
0 .
c
2 1
3 2
A=
1 0
2
0
,
1
0
2
.
2
1 1 1
2 1 1
B=
2 3 1
1 3
2
2 0 1
1 2
B = 0 1 ,
1 0
,
C=
2
1
1
5 6 4
.
Find AB and CB. Are they equal? What is the rank of A, B, and C?
2.15 Let
5
4 4
A = 2 3 1 ,
3
7 2
(a)
(b)
(c)
(d)
1 0 1
B = 0 1 0 .
1 2 3
2.16 Let
3 4 3
A = 4 8 6 .
3 6 9
40
MATRIX ALGEBRA
2.17 Let
3 5 1
0 .
A = 5 13
1
0
1
(a) Show that |A| > 0.
(b) Using the Cholesky decomposition in Section 2.7, nd an upper triangular
matrix T such that A = T T.
2.18 The columns of the following matrix are mutually orthogonal:
1 1
1
1
0 .
A= 2
1 1 1
(a) Normalize the columns of A by dividing each column by its length; denote
the resulting matrix by C.
(b) Show that C is an orthogonal matrix, that is, C C = CC = I.
2.19 Let
1 1 2
1 .
A = 1 2
0 1 1
3
3
(b) Find tr(A) and |A| and show that tr(A) = i=1
i and |A| = i=1
i .
2.20 Let
3 1 1
A = 1 0 2 .
1 2 0
2 1
1
2
,
calculate the eigenvalues and eigenvectors and nd the square root matrix A1/2
as in (2.112). Check by showing that (A1/2 )2 = A.
41
PROBLEMS
2.22 Let
3 6 1
4 .
A= 6 9
1 4
3
(a) Find the spectral decomposition of A as in (2.109).
(b) Find the spectral decomposition of A2 and show that the diagonal matrix
of eigenvalues is equal to the square of the matrix D found in part (a), thus
illustrating (2.115).
(c) Find the spectral decomposition of A1 and show that the diagonal matrix
of eigenvalues is equal to the inverse of the matrix D found in part (a), thus
illustrating (2.116).
2.23 Find the singular value decomposition of A as in (2.117), where
4 5 1
7 2
3
.
A=
1
4 3
8
2
6
2.24 If j is a vector of 1s, as dened in (2.11), show that the following hold:
(a) j a = a j = i ai as in (2.37).
(b) j A is a row vector whose elements are the column sums of A as in (2.38).
(c) Aj is a column vector whose elements are the row sums of A as in (2.38).
2.25 Verify (2.41); that is, show that (x y) (x y) = x x 2x y + y y.
2.26 Show that A A is symmetric, where A is n p.
2.27 If a and x1 , x2 , . . . , xn are all p 1 and A is p p, show that (2.42)(2.45)
hold:
n
x = a
(a)
a
xi .
i
i=1
ni=1
n
(b)
Axi = A i=1 xi .
i=1
n
x )2 = a ( n x x )a.
(c)
(a
i
i=1 i i
i=1
n
= A( n x x )A .
Ax
(Ax
)
(d)
i
i
i=1
i=1 i i
a
2.28 Assume that A = a1 is 2 p, x is p 1, and S is p p.
2
a1 x
a2 x
,
42
MATRIX ALGEBRA
a1 Sa1
a2 Sa1
a1 Sa2
a2 Sa2
,
as in (2.50).
n
2.29 (a) If the rows of A are denoted by ai , show that A A =
i=1 ai ai as in
(2.51).
p
(b) If the columns of A are denoted by a( j) , show that AA =
j=1 a( j) a( j)
as in (2.53).
2.30 Show that (A )1 = (A1 ) as in (2.75).
2.31 Show that the inverse of the partitioned matrix given in (2.76) is correct by
multiplying by
A11
a12
a12
a22
to obtain an identity.
2.32 Show that the inverse of B + cc given in (2.77) is correct by multiplying by
B + cc to obtain an identity.
2.33 Show that |cA| = cn |A| as in (2.85).
2.34 Show that |A1 | = 1/|A| as in (2.91).
2.35 If B is nonsingular and c is a vector, show that |B + cc | = |B|(1 + c B1 c) as
in (2.95).