Questions
Questions
Math 203
Worksheet 8
Matrix Algebra
1. Suppose that A, B, C, D, and E are matrices with the following sizes:
A B C D E
(4 ⇥ 5) (4 ⇥ 5) (5 ⇥ 2) (4 ⇥ 2) (5 ⇥ 4)
In each of the following cases determine whether the given matrix expression is defined.
For those defined, give the size of the resulting matrix.
1
(a) aij = i + j (c) aij = 0 if i > j
(b) aij = 0 if i 6= j (d) aij = 0 if |i j| < 1
Compute A2 and A3 . What will A2n and A2n+1 turn out to be?
10. Let A and S be two n ⇥ n matrices with S symmetric and A skew symmetric. Show that
tr(SA) = 0.
T
11. Show that if A is a nonsingular matrix then AT is also nonsingular and (AT ) 1
= (A 1 ) .
12. (a) Assuming that all matrices are n ⇥ n and invertible, simplify
1
(AB) 1 (AC 1
) (D 1 C 1
) D 1
(b) Assuming that all matrices are n ⇥ n and invertible, solve for D where
C T B 1 A2 C 1
DA 2 C 2
= In
2 3
1 0 2
13. Let A = 40 1 15. Calculate A3 A then deduce that A is invertible and determine
1 2 0
1
A .
2
Determinants
a b c
14. Given that d e f = 6 find
g h i
a b c 0 4 1 5 4 7 0 0
(a) c a b 4 0 3 2 2 8 0 0
(b) (c)
b a c 1 3 0 1 0 0 1 5
5 2 1 0 0 0 2 2
1 x x2
16. Solve the following equation, 1 1 1 = 0.
1 3 9
17. Show that for all n ⇥ n matrix, det(kA) = k n det(A).