Math Camp Notes
Math Camp Notes
4.1 Determinants
• if |A| =
̸ 0 then the matrix A is said to be nonsingular
• if |A| = 0 then the matrix A is said to be singular
5 3
Example 4.1.1 Evaluate
4 6
Solution 4.1.1
45
46 CHAPTER 4. DETERMINANTS AND INVERSE
Geometric Interpretation
a11 a12
If we consider a 2 × 2 Matrix A = and use the row vectors and
a21 a22
draw those vectors on a graph to show a parallelogram. The determinant can
be shown to be the area of the parallelogram formed by the row vectors.
(a11 , a12 )
(a21 , a22 )
x
Figure 4.2: Demonstration of how to find the area of the shaded region
1. To find Aij the algorithm requires us to delete the entries in the ith row
and the j th column and write back the remaining entries in matrix form
hence (n − 1) × (n − 1) matrix
2. To find the cofactor, notice that the fomula is a recursive formula partic-
ularly if the matrix is very large. aslo the cofactor can be seen as a scalar
value.
2 6 4
Example 4.1.2 Given A = 6 −1 0 , compute A13 and C13
4 0 −3
Solution 4.1.2
Note that the above definition considers expansion across a row or along a
column. This means that we can select any row or column in order to evaluate
the determinant. If any row or column has more zeros than any other row
or column, it makes our live easier if use said row or column to evaluate the
determinant.
2 6 4
|A| = 6 −1 0
4 0 −3
2 6 4
|A| = 6 −1 0
4 0 −3
4.2. INVERSE OF A MATRIX 49
Unless otherwise stated any matrices in this section mentioned will be considered
a n × n matrices.
This definition requires us to find the cofactor for each entry and place those
cofactors in their corresponding place in a matrix and then find the transpose
of the resulting matrix of cofactors. It is important to note that the adjoint
matrix should also be of the same size.
Example 4.2.2 Find inverse of the matrix, using the adjoint method
2 3 −4
A = 0 −4 2
1 −1 5
[A|I] ⇒ [I|A−1 ]
Example 4.3.1 Use the inverse method to find the solution for the fol-
lowing system
3x + 4y + z = 1
2x + 3y + = 0
4x + 3y − z = −2
where for each k, |Ak | is the matrix obtained from A by replacing column
k by b.This is known as Cramer’s Rule
3x + 4y + z = 1
2x + 3y + = 0
4x + 3y − z = −2
2. Use determinants to find which real values of c make each of the following
matrices invertible.
4.3. REVISITING SYSTEMS OF EQUATIONS 53
1 0 3
(a) 3 −4 c
2 5 8
0 c −c
(b) −1 2 1
c −c c
c 1 0
(c) 0 2 c
−1 c 5
4 c 3
(d) c 2 c
5 c 4
1 2 −1
(e) 0 −1 c
2 c 1
1 c −1
(f ) c 1 1
0 1 c
3.Find the inverse of each of the following matrices:
(a)
1 −1
−1 3
(b)
4 1
3 2
(c)
1 0 −1
3 2 0
−1 −1 0
(d)
1 −1 2
−5 7 −11
−2 3 −5
(e)
3 5 0
3 7 1
1 2 1
54 CHAPTER 4. DETERMINANTS AND INVERSE
(f )
3 1 −1
2 1 0
1 5 −1
(g)
2 4 1
3 3 2
4 1 4
(h)
3 1 −1
5 2 0
1 1 −1
(i)
3 1 2
1 −1 3
1 2 4
(j)
1 4 5 2
0
0 0 −1
1 −2 −2 0
0 −1 −1 0
(k)
1 0 7 5
0 1 3 6
1 −1 5 2
1 −1 5 1
(l)
1 2 0 0 0
0 1 3 0 0
0 0 1 5 0
0 0 0 1 7
0 0 0 0 1
9. Find A when
⊤ −1
2 1
a. I − 2A =
1 1
−1
1 −1 2 3
b. A =
0 1 1 1
⊤ 1 1
c. A−1 − 2I = −2
1 0
10. Solve each of the following by Cramer’s rule and the inverse method:
(
2x + y = 1
(a)
3x + 7y = −2
(
3x + 4y = 9
(b)
2x − y = −1
56 CHAPTER 4. DETERMINANTS AND INVERSE
5x + y − z = −7
(c) 2x − y − 2z = 6
3x + 2z = −7
4x − y + 3z = 1
(d) 6x + 2y − z = 0
3x + 3y + 2z = −1
11. Use the adjoint method to find the (2, 3)-entry of A−1 if:
3 2 1
(a) A = 1 1 2
−1 2 1
1 2 −1
(b) A = 3 1 1
0 4 7
12. Explain what can be said about det A if:
(a) A2 = A
(b) A2 = I
(c) A3 = A
(d) P A = P and P is invertible
(e) A2 = uA and A is n × n
(f ) A = −AT and A is n × n
(g) A2 + I = 0 and A is n × n
13. Let A be n × n. Show that uA = (uI)A, and use this with Theorem 1 to
deduce the result in Theorem 3 Section 3.1: det(uA) = un det A.
14. If A and B are n × n matrices, AB = −BA, and n is odd, show that
either A or B has no inverse.
15. Show that det AB = det BA holds for any two n × n matrices A and B.
16. If Ak = 0 for some k ≥ 1, show that A is not invertible.
17. If A−1 = AT , describe the cofactor matrix of A in terms of A.
18. Show that no 3 × 3 matrix A exists such that A2 + I = 0. Find a 2 × 2
matrix A with this property.
19. Show that det(A + B T ) = det(AT + B) for any n × n matrices A and B.
20. Let A and B be invertible n × n matrices. Show that det A = det B if
and only if A = U B where U is a matrix with det U = 1.
21. For each of the matrices in Exercise 2, find the inverse for those values
of c for which it exists.
22. In each case either prove the statement or give an example showing that
it is false:
4.3. REVISITING SYSTEMS OF EQUATIONS 57