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:

  1. The determinant of A.
  2. The minors of a11, a12, a21 and a22.
  3. The cofactors of a11, a12, a21 and a22.
  4. The cofactor matrix, C.
  5. The adjoint of A. Denote this by J.
  6. The inverse of A. Denote this by K.
  7. 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.

  1. Obtain E as the sum of A and B.
  2. Obtain F as the product of A and B.
  3. Obtain G as the product of B and A. Are F and G the same?
  4. 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:

  1. The determinant of S. Is the matrix singular? If yes, revise your values.
  2. The minors of s11, s12, s13, s21, s22, s23, s31, s32 and s33.
  3. The cofactors of s11, s12, s13, s21, s22, s23, s31, s32 and s33.
  4. The cofactor matrix, C.
  5. The adjoint of S: adj(S)
  6. The inverse of S: S-1
  7. 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.
  1. Obtain M = ST.
  2. Is it possible to multiply T by S? Explain.

EC309 home