Exercise Set 4
Matrices and Determinants
1. Consider a 2 x 2 matrix, A. The elements of the matrix are as follows: a11 = 15, a12 = -2, a21 = 30, a22 = 4.
Obtain the following:
-
The determinant of A.
- The minors of a11, a12, a21 and a22.
- The cofactors of a11, a12, a21 and a22.
- The cofactor matrix, C.
- The adjoint of A. Denote this by J.
- The inverse of A. Denote this by K.
- What is the product of A and A-1?
2. Define a matrix, B, with elements as follows: b11 = 3, b12 = 0, b21 = 4, b22 = 6.
-
Obtain E as the sum of A and B.
- Obtain F as the product of A and B.
- Obtain G as the product of B and A. Are F and G the same?
- Obtain B-1. Confirm that BB-1 = I.
3. Define a 3 x 3 matrix, S. Select values for elements in each row and column, nine in all.
Obtain the following:
- The determinant of S. Is the matrix singular? If yes, revise your values.
- The minors of s11, s12, s13, s21, s22, s23, s31, s32 and s33.
- The cofactors of s11, s12, s13, s21, s22, s23, s31, s32 and s33.
- The cofactor matrix, C.
- The adjoint of S: adj(S)
- The inverse of S: S-1
- What is the product of S and S-1?
4. Define a 3 x 1 matrix, T. Select values for all 3 elements. Use S from Q.3.
-
Obtain M = ST.
- Is it possible to multiply T by S? Explain.
EC309 home