Unit II, Matrices and Determinants New
Unit II, Matrices and Determinants New
UNIT II
Matrices and Determinants
Introduction
Now days, Matrices and the algebraic operations defined on them play an important role in various
disciplines. In this unit we study on matrices and some algebraic operations on matrices, determinants and
how to use the concept on matrices and determinants in solving systems of linear equations.
Our discussion focuses on matrices and some algebraic operations on matrices, some special types of
matrices, Elementary row operations, determinants of any order, Matrix inversions and finally on how to
solve systems of linear equations. The exercises at the end of each subtopic are organized in such a way
that the reader can get enough practice on how to apply most of the central ideas of the topic.
Matrices are presented in different forms. However, throughout this unit we use the representation used in
definition 2.1.
a m1, a m2 , ..., a mn are called rows of the matrix and the n-vertical m-tuples,
21
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
a 11 a 12 a 1n
a a a
21 22 … 2 n are called columns of the matrix.
... ... ...
a m1 a m2 a mn
In the double subscript notation a ij means the entry in the i th row and j th column. A matrix with m
rows and n columns is called an m by n matrix, or m n matrix. The pair of numbers (m, n) is called the
size or shape or order of the matrix.
Example 1 Find the order of each of the following matrices.
1 2 3 4
2 1 3
A= and B = 2 3 4 1 .
3 2 1
3 4 1 2
Solution Number of rows of A = 2 and number of columns of A = 3, and number of rows of B = 3 and
number of columns of B = 4.
Therefore, (2, 3) is the order of A and (3, 4) is the order of B.
0 2 3
2 3 0 2 3
Example 2 A = and B = are sub-matrices of C = 2 1 2
.
1 2 3 4 1
3 4 1
Note that: A matrix with one row is referred to as a row matrix (or row vector) and with one column as
a column matrix ( or column vector).
2
Example 3 A = 1, 0, 1 is a row matrix and B = 1 is a column matrix.
0
2 3 0 2 3 2 3
Example 4 Let A = ,B= and C = . Justify that A B and A C.
1 2 3 4 1
4 2
Solution A B because they have different sizes and A C because one pair of corresponding entries are
not equal.
Example 5 Determine the values of x and y for which
22
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
5 7 2x y x y
=
1
8
x y
4 y x
Solution From the definition of equality of matrices, solving
2x y = 5 and x + y = 7
we get: x = 4 and y = 3.
Therefore, x = 4 and y = 3.
1 2 2 4
Example 6 Let A = and B = . Find A + B.
3
4 3 11
1 2 2 ( 4) 3 2
Solution Both A and B are 2 2 matrices and hence A + B = = .
3 ( 3) 4 11 0 15
3 2
Therefore, A + B = .
0 15
Note that: Matrices of different sizes cannot be added.
2 3 0 2 3
Example 7 Let A = and B = . A and B have different sizes and hence the sum of
1 2 3 4 1
A and B is not defined.
If A and B are matrices of the same size, then A B is called the difference of A and B.
2 6 0 1 2 4
Example 8 Let A = 1 and B = 3 . Find A + B, 2A and A B.
4 8 2 0
2 2
23
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
2 1 6 ( 2) 0 4
=
3 4 4
Solution A + B = 1 3 ,
4 2 8 0 6 8 2
2 2
2 .2 2.6 2 . 0
4 12 0
2A = . 1 =
2 4 2 .8 2 .
8 16 1
2
2 1 6 ( 2) 0 4 1 8 4
and A B = 1 3 =
4 2 80 2 8 1
2 2
3 4 4 4 12 0 1 8 4
Therefore, A + B = ; 2A = and A B = .
6 8 2
8 16 1
2 8 1
2 1 3
5 2 3
Example 9 Let A = and B = 1 3 2 t t
. Find A and B .
0 1 1
0 1 3
Solution Now the i th row of A becomes the j th column of A t for i = 1, 2.
5 0
t 1
Hence A = 2 .
3 1
Similarly the i th row of B becomes the j th column of B t for i = 1, 2, 3.
2 1 0
1 3 t 1
Hence B = .
3 2 3
5 0 2 1 0
t 2 1 t 1 3 1
Therefore, A = and B = .
3 1
3 2 3
0
0 , 0 0 0 0 0
Example 10 0 0 ,0 0
and
0
are examples of zero matrices.
0 0
0
24
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1. Let V be the set of all m n matrices over . Then for any matrices A, B, C V and any , .
i) A + B = B + A ii) A + (B + C) = (A + B) + C iii) A + 0 m n =A
i) ( A B)
t
= At + Bt ii) ( A) t = A t iii) (At ) t =A
0 1 2 2 1 0
Example 11 Let A = and B = . Find A t + B t .
3 1 0 1 3 2
2 0 2
Solution A t + B t = t
. Now A + B = .
2
( A B)
4 2
2 4
t t 2 .
Therefore, A + B = 0
2 2
Matrix Multiplication
0 1
2 6
Example 12 Let A = 2 7 and B = . Find A B.
3 1
1 4
25
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
0 . 2 1. 3 0 . 6 1 .1 3 1
19 .
and A B = 2 . 2 7 . 3 2 . 6 7 .1 = 25
. . 1 . 6 4 .1 14 10
1 2 4 3
3 1
19 .
Therefore, A B = 25
14 10
9 3 1 4
Example 13 Let A = and B = . Show that AB BA.
2 0 2 5
Solution A 2 2 and B 2 2. Hence AB and AB are well defined.
15 21 17 3
Now A B = and B A = 8 .
2 8 6
Therefore, AB BA.
1 1 1 1
Example 14 Let A = and B = . Show that AB = 0 while BA 0
2 1
2 2 2 2
2 1
.
Solution A 2 2 and B 2 2. Hence AB and AB are well defined.
1 1
Now A B = 0 and B A = .
1
2 2
1
Therefore, AB = 0 2 2 while BA 0 2 2 .
4 9
1 2
Example 15 Let A = 0 2 and B = . Show that ( A B ) t
= B t
At
2 3
1 6
t
14 35
4 14 4 11
Solution ( A B ) t
= 6 =
35 6 20
11
20
t 1 2 4 0 1 14 4 11
and B At = · = .
2 3
9 2
6 35 6 20
t t t
Therefore, ( A B ) = B A .
26
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
Exercises 2.1
1. Construct a 3 2 matrix A = ( a ij ) such that
j 2i , for i j
a ij
2
i 2 j , for i j
In exercise 2-8 use the information given below and determine which of the following matrix operations
re defined, find the order of the resulting matrix whenever defined.
Given: Suppose A, B, C, D and E are matrices with the following order
Matrix A B C D E
size 45 45 52 42 5 4
2. BA 3. AC + D 4. AE + B 5. E (A + B)
6. E (AC) 7. E t A 8. ( A t E ) D
In exercise 9-13 use the information given below to find
3 0 1 5 2
1 4 2
Given: A = 1 2 , B =
3 1 5
and C = 1 0 1 .
1 1 3 2 4
9. AB 10. AB + 2C 11. ( 2 A t + B) t
12. C t + A B 13. ( A t 3B) C t
2 2
2 2 +
without computing the values of and .
18. Determine the values of x, y and z for which
x 2 4 1 2 z
1 =
y 3 2
13 x y
19. Verify that for any angles and
cos sin cos sin cos ( ) sin ( )
=
sin cos sin cos sin ( ) cos ( )
27
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
Definition 2.9 Square matrix is a matrix with the same number of rows as columns.
An n n matrix is called a square matrix of order n, or an n-square matrix.
0 2 1
1 2
Example 16 Let A = and B = 1 5 0 . Then A is a 2-square matrix while B is a 3-
3 4
3 4 1
square
matrix.
1 0 3
0 2
Example 17 and 0 1 2 are examples of symmetric matrices.
2 1
3 2 4
1 0 3
0 2
Example 18 and 2 1 2 are examples of matrices that are not symmetric
3 1
3 2 4
matrices.
0 2 3
0 2
Example 19 and 2 0 4 are examples of skew – symmetric matrix.
2 0
3 4 0
0 2 3
0 2 2
Example 20 and 0 4 are examples of matrices that are not skew – symmetric.
2 1
3 4 0
Note that: Any n-square zero matrix is both symmetric and skew-symmetric.
Remark: Any square matrix A can be written as the sum of the symmetric matrix R and the skew
symmetric matrix S where
1 1
R= (A + A t) and S = (A A t).
2 2
Example 21 Express each of the following matrices as a sum of symmetric and skew-symmetric matrices.
28
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 2 3
1 2
i) A = ii) B = 4 6 5
3 4
5 3 2
5 1
1 0
Solutions i) A t =
1 3 2 S= 2.
4
and hence R =
5 1
2
4 0
2 2
1 4 5 1 3 4 0 1 1
t 3 and hence R = 3 4 and S = 1 1
ii) B = 2 6 6 0 .
3 5 2 4 4 2
1 1 0
m.
0.5 0.25
Example 22 Let A = 0.25
0.5
. Then show that matrix A is idempotent.
Solution applying the method of multiplying two matrices we get:
0.5 0.25 0.5 0.25 0.5 0.25
0.25
0.5
0.25
0.5
= 0.25
0.5
Therefore, matrix A is idempotent.
2 1
Example 23 Let A = 4
2
. Then show that matrix A is Nilpotent.
Solution applying the method of multiplying two matrices we get:
2
1
2
1
0 0
=
4
2
4
0 2 0
Therefore, matrix A is Nilpotent.
Definition 2.13 A square matrix with non-negative entries and row sum all equal
to one is called a Stochastic matrix.
29
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 3 0
1 2
Example 24 and 0 0 4 are examples of upper triangular matrices.
0 4
0 0 2
1 0 0
1 0
Example 25 and 3 5 0 are examples of lower triangular matrices.
3 4
0 4 2
In a square matrix A = ( a ij ) of order n, a 11 , a 22 , …, a nn are called the diagonal elements (or are
on the main diagonal) of the square matrix A.
Note that: The transpose of an upper triangular matrix is a lower triangular matrix and vice versa.
Definition 2.15 The sum of the diagonal elements of a square matrix A is called the
trace of A, written tra (A).
Note that: For any two square matrices A and B of the same size and any :
1 2 3 1 2 3
4
Example 26 Let A = 2 4 5 and B = 6 5 . Then find:
3 5 6 5 3 2
i) tra (A + B) ii) tra (A) + tra (B) and iii) tra ( A) and tra (A) for any .
2 4 6
Solutions i) A + B = 6 10 10 and hence tra (A + B) = 20.
8 8 8
2 3
iii) A = 2 4 5 and hence tra ( A) = 11 and tra (A) = 11 , for any .
3 5 6
30
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
diagonal matrix.
1 0 0
0 0
Example 27 and 0 0 0 are examples of diagonal matrices.
0 1
0 0 1
Note that: i) Any diagonal matrix is both upper and lower triangular matrix.
ii) Any n-square zero matrix is a diagonal matrix.
If the order of a unit matrix is n, then we can denote the unit matrix by I n .
1 0 0
1 0
Example 28 I
= 2 and 0 1 0 = I 3 are examples of unit matrices.
0 1
0 0 1
Exercises 2.2
1. If A and B are square matrices such that AB = BA, then show that ( A B ) 2 = A 2 2 AB B 2 .
3 1 1
2. If A = 1 1 1 , then show that A 2 – 3A + 2 I 3 = 0
1 1 1
3. Show that any square matrix A can be written as the sum of symmetric and skew- symmetric matrices.
Use the result to write A as the sum of symmetric and skew-symmetric matrices.
0 3 2
3 .
A= 1 2
2 1 4
1 3
4. If A and B are 2-square matrices such that A = At , B = B t and A + B = 1 5
, then
find the two matrices A and B.
5. Prove that for any two square matrices A and B of the same size and any .
i) tra (A + B) = tra (A) + tra (B). ii) tra ( A) = tra (A).
1 0
6. Given: Any non-singular 2-square matrix A can be written as A = LU, where L = l 1
11
u 11 u 12
(Lower triangular matrix) and U =
u 22
(Upper triangular matrix). Find L and U
0
for which A = LU where
1 3
A= .
1 5
31
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
A = 42 6 and B = 3690 1
1
30 12 3600
2 2
7. Calculate the cost of production of a single chair and a table.
8. If the total profit of the two cottage industries 1 and 2 is birr 1,560.00 and 1,500.00 respectively,
then
calculate the selling price of a single chair and table.
R i k R j + k R i , where k , k K and k 0.
1 2 3 1 2 3
Example 29 Let A = and B = . Show that A and B are row equivalent.
4 5 6 0 3 6
1 2 3 1 2 3
Solution A = R 2 4 R1 R 2 .
4 5 6 0 3 6
32
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
Definition 2.19 A matrix A = (a ij) is an echelon matrix, or in echelon form if the number
of zeros preceding the first non-zero entry of a row increases row by row until only
zero rows remain. That is if there exist non-zero entries
a 1j ,a , ... , a
where j1 j 2 j 3 ... j r
1 2j2 rj r
We call a 1j ,a , ... , a
the distinguished elements of the echelon matrix A.
1 2j2 rj r
1 0 2 1 3 4 2 1 0 3 4
3 , B = 0 0 0
Example 30 A = 0 1 1 0 ,C= 0 3 0
0 0 0 0 0 2 0 0 0 0 2
In particular, an echelon matrix is called a row reduced echelon matrix if the distinguished elements are:
i) The only non-zero entries in their respective columns.
ii) Each equal to 1.
1 0 2 1 0 4 1 4 0 3 0
0 0 and D = 0 0
Example 31 A = 0 1 3 ,B = 1 0 1 0
0 0 0 0 0 0 0 0 0 0 1
Note that: The zero matrixes 0 for any number of rows or columns are row reduced echelon matrices.
Step 1 Suppose the j 1 column is the first column with a non-zero entry. Interchange the rows so that this
33
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 3
A= .
2 7
1 3
Thus A is row equivalent to . But this is an echelon matrix.
0 1
1 0
Again if we apply the operation R1 3 R2 + R1 we get which is an echelon matrix.
0 1
1 3 1 0
Therefore, and are two different echelon forms of matrix A.
0 1 0 1
1 3 4
Example 33 Reduce A = 2 7 8 to an echelon form.
5 2 3
1 3 4 1 3 4 R2 R2 2 R1
0
Solution 2 7 8 0 1
R3 5 R1 R3
5 2 3 0 13 17
1 3 4
0 R3 R3 13 R2
0 1
0 0 17
1 3 4
Therefore, 0 1 0 is an echelon form of matrix A.
0 0 17
1 2 1 0 4
Example 34 Reduce A = 4 0 2 1 3 to an echelon form.
2 5 1 2 1
1 2 1 0 4 1 2 1 0 4
6 1
Solution 4 0 2 1 3 0 8 13
2 5 1 2 1 0 9 3 2 7
R2 4 R1 R2
R3 2 R1 R3
34
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 2 1 0 4
6 1 13
0 8
0 0 30 7 61
R3 9 R2 8 R3
1 2 1 0 4
6 1 13 is an echelon form of matrix A.
Therefore, 0 8
0 0 30 7 61
1 2 1 0 4
3 to an echelon form.
Example 35 Reduce A = 4 8 2 1
2 1 1 2 1
1 2 1 0 4 1 2 1 0 4
R2 4 R1 R2
Solution 4 8 2 1 3
0 0 6 1 13
2 0
R3 2 R1 R3
1 1 2 1 5 3 2 7
1 2 1 0 4
3 2 R2 R3
0 5 7
0 0 6 1 13
1 2 1 0 4
3 2 7 is an echelon form of matrix A.
Therefore, 0 5
0 0 6 1 13
Rank of a Matrix
Theorem 2.2 A matrix and its transpose have the same rank.
Example 36 Find the row reduced echelon form of matrix A and determine its rank, where
35
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 2 0 0 3
2 5 3 2 6
A =
0 5 15 10 0
2 6 18 8 6
1 2 0 0 3
0 1 3 2 0 R3 R3 5 R2
~
0 0 0 0 0 R4 10 R2 R4
0 0 12 12 0
1 2 0 0 3
0 1 3 2 0
~
R3 R4
0 0 12 12 0
0 0 0 0 0
1 0 6 4 3
0 1 3 2 0
~ R R 2R
1 1 2
0 0 12 12 0
0 0 0 0 0
1
1 0 0 2 3 R1 R1 R
2 3
0 1 0 1 0 1
~ R2 R 2 R3
0 0 1 1 0 4
1
0 0 0 0 0 R3 R
12 3
1 0 0 2 3
0 1 0 1 0
Therefore, the row reduced echelon form of A is and rank (A) = 2.
0 0 1 1 0
0 0 0 0 0
Note that: For any m n matrix A, rank (A) min. m, n.
Exercises 2.3
1. Give an example of an upper triangular matrix that is not an echelon matrix?
2. Give an example of an echelon matrix that is not an upper triangular matrix?
In exercise 3-8, reduce the given matrices to an echelon forms and determine their ranks.
0 2 1 0 2 1 0 0 3 4 6
3. A = 1 3 4 4. A = 1 3 4 6 5. A = 0 4 1 2
2 1 0 2 1 0 1 0 7 3 8
36
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 2 3 0 2 1
0 3 1 4
6. A = 1 7. A = 3 8. A =
4 2 6 2 1 0
0 2 1 0
1 6
3 4 .
2 1 0 1
In exercise 9 and 13, reduce the given matrices to row reduced echelon forms.
1 2 3 0 2 1 0 2 1 0
0 3 1 4 1 6
9. A = 1 10. A = 3 11. A = 3 4 .
4 2 6 2 1 0 2 1 0 1
2 1 1 0 1 3 9
2 2 1 8
12. A = 1 3 13. A = 2 14. A =
1 2 1 1 0 5 8
1 2 3 1
5 9 6 3
1 2 6 2
2 8 6 1
2.4 Inverse of a Matrix
Definition 2.21 If A is a square matrix and if a matrix B of the same size can be found such
that A B = B A = I, then A is said to be invertible and B is called the inverse of A.
3 5 2 5
Example 37 Let B = and A = .
1 2
1 3
1 0 1 0
Then A B = and B A = .
0 1 0 1
Hence, B is the inverse of A.
1 .
Notation If A is invertible, then the inverse of A is denoted by A
37
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
7 2
Example 38 Let A = . Find A 1 .
3 1
1 2
Solution Now 7 6 = 1 0 and hence by theorem 2.4 A 1 = .
3 7
1 2
Therefore, A 1 = .
3 7
1 2 3
6 . Show that A is singular.
Example 39 Let A = 4 5
7 8 9
1 2 3
6
0 3
R3 2 R2 R3
0 0 0
To check whether a given square matrix A is invertible or not we need to find a finite sequence of
elementary row operations that reduces A to an echelon matrix. If rank (A) is equal to the order of matrix A,
then we can conclude that matrix A has an inverse; otherwise matrix A is singular. Whenever A is
invertible find a finite sequence of elementary row operations that reduces A to the unit matrix I n and then
1 2 3
1
Example 40 Determine whether matrix A = 2 5 3 is invertible or not, if invertible find A .
1 0 8
1 2 3 1 0 0 1 2 3 1 0 0 R2 R2 2 R1
Solution 2 5 3 0 1 0 0 1 3 2 1 0
R3 R3 R1
1 0 8 0 0 1 0 2 5 1 0 1
38
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 2 3 1 0 0
0 1 3 2 1 0
R3 2 R2 R3
0 0 1 5 2 1
1 2 3 1 0 0 1 0 9 5 2 0
2 5 3 0 1 0 0 1 3 2 1 0
1 0 8 0 0 1 0 0 1 5 2 1
R1 2 R2 R1
1 0 0 40 16 9 R1 9 R3 R1
0 1 0 13 5 3
R2 R2 3R3
0 0 1 5 2 1
40 16 9
1 13 5 3
Therefore, A =
5 2 1
1 6 4
2 4 1 . Determine whether matrix A is invertible or not. If A is invertible
Example 41 Let A =
1 2 5
find A 1 .
1 6 4 1 0 0 1 6 4 1 0 0 R2 R2 2 R1
Solution 2 4 1 0 1 0 0 8 9 2 1 0
R3 R3 R1
1 2 5 0 0 1 0 8 9 1 0 1
1 6 4 1 0 0
0 8 9 2 1 0
R3 R2 R3
0 0 0 1 1 1
Theorem. 2.6 If A and B are invertible matrices of the same size, then:
AB is invertible and ( A B ) 1 = B 1 A 1 .
39
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 1 1 .
iii) For any non-zero scalar k, the matrix kA is invertible and ( kA) = A
k
iv) A t is also invertible and ( A t ) 1 = ( A 1 ) t .
Theorem. 2.8 An n-square matrix is invertible if and only if its row reduced
echelon form is I n .
Exercises 2.4
In exercises 1-3, determine the value(s) of t for which each of the following matrices fails to be invertible.
t 1 0 1 2 3 2 t t3
0 t 4 6
1. t 2. t 3. 0 3 4
15 17 t 1
t 2 8 t 4
1 3t 4
In exercises 4-9, determine whether the following matrices are invertible or not. If invertible find the
inverse.
1 2 3 1 2 3
3 1 3
4. 5. 1 0
6. A = 2 4 5
8 4
1
1 1
3 5 6
1 2 0 1 1 2 3 1
2 1 3 1 1
2 0 1 3 3 2
7. 0 3 7 8. 9.
1 3 0 2 2 4 3 3
1 3 4
1 0 3 1 1 1 1 1
2. Give an example of a two-square matrix A such that A 2 = I2
1 2 0 1
2 1 3
1 1 2 0
i) A = 0 3 7 ii) A =
1 1 3 0 2
3 4
1 0 3 1
40
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
Definition 2.23 The determinant of a second order matrix A = ( aij ) is denoted and
defined by:
a11 a12
D = det (A) = = a11 a 22 a12 a 21
a21 a22
4 3
Example 42 Let A = . Find A .
2 5
Solution By definition 2.21, A = (4 5) – (2 3) = 14.
Therefore, A = 14.
Third Order Determinant
Definition 2.24 The determinant of a third order matrix A= ( aij ) is defined by:
a 11 a 12 a 13
det (A) = A = a 21 a 22 a 23
a 31 a32 a33
a 22 a 23 a 21 a 23
= a11 a12 + a13
a 32 a 33 a 31 a 33
a 21 a 22
a 31 a 32
1 3 0
4 . Then find
Example 43 Let A = 2 6 A .
1 0 2
6 4 2 4
Solution By definition 2.22 A = 3 = 12.
0 2 1 2
Therefore, A = 12.
1 3 0
Example 44 Let A = 2 6 4 , then find
A .
0 0 2
1 3
Solution By definition 2.22 A =2 = 0.
2 6
Therefore, A = 0.
41
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
minor of aij .
2 3 0
4 . Find
Example 45 Let A = 2 6 A .
1 0 2
Solution The minors are:
6 4 2 4 2 6
M 11 = = 12, M 12 = = 8, M 13 = =6
0 2 1 2 1 0
3 0 2 0 1 3
M 21 = = 6, M 22 = 1
=4, M 23 = 3
0 2 2 1 0
3 0 2 0 2 3
M 31 = 6 4
= 12 , M 32 = 2 4
=8, M 33 = 2 6
=6
and the cofactors are:
C11 = 12, C12 = 8, C13 = 6
C 21 = 6, C 22 = 4 , C 23 = 3
C 31 = 12 , C 32 = 8 , C 33 = 6
Therefore, A = 0.
Hence the cofactors of det (A) are:
M ij if i j is even.
c ij
M ij if i j is odd .
n
i j
Therefore, det (A) = (1) a ij M ij , where i = 1, 2, … , n
j 1
n
i j
or det (A) = (1) a ij M ij , where j = 1, 2, … , n
i 1
42
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
Remark: The determinant of any triangular matrix is the product of all the entries on the main diagonal.
Theorem 2.9 The determinants of an n-square matrix and its transpose are equal.
1 2 3
2
Example 46 Let A = 0 4 . Then show that
A = At .
3 2 0
1 0 3
2
Solution At = 2 2 .
3 4 0
1 2 3 1 2 3
0 2 4 0 2 4 R 3R R
Now 3 1 3
3 2 0 0 4 9
1 2 3
2 R 2R R
0 4 3 2 3
0 0 17
Thus, A = 34.
1 0 3 1 2 3
2 0 R2 2 R1 R2
2 2 2 4
R3 3R1 R3
3 4 0 0 4 9
1 2 3
0 2 R 2R R
4 3 2 3
0 0 17
Thus, At = 34.
Therefore, A = At .
Theorem 2.10 If one of the rows (or columns) of an n-square matrix A is a multiplied
by
a scalar k, then the determinant of the new matrix is k times det (A).
Further more det (kA) = k n det (A).
1 2 3
2
Example 47 Let A = 0 4 . Then find det (2A).
0 2 0
1 3
Solution By theorem 2.11, det (2A) = 24 0 4
= 64.
Therefore, det (2A) = 64.
43
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
Theorem 2.11 If every entries in a row (or column) of an n-square matrix is zero,
then its determinant is zero.
5 1 8 5 1 0
Example 48 Let A = 15 3 6 and B = 15 3 0 .
0 0 0 10 5 0
Theorem 2.12 If each entries in a row (or column) of an n-square matrix is the
sum of m terms, then the determinant can be written as the sum of
m determinants.
5 1 8
Example 49 Let A = 15 3 6 . Then show that A can be written as the sum of B and C,
10 4 2
where
1 1 8 4 1 8
i) B = 4 4 2 and C = 12 3 6 .
3 3 6 6 4 2
5 1 8 5 1 8
8 and C = 10 2
ii) B = 5 1 2
10 4 2 10 4 2
Solution Using the definition of determinants we get:
A = 5 (6 24) (30 60) 8 (60 30) = 180,
i) B = ( 24 6) ( 24 6) 8 (0 ) = 0 andC = 4 (6 24) ( 24 36) 8 ( 48 18 ) = 180.
Therefore, A= B+C.
ii) B= 5 (2 32) (10 80) 8 (20 10 ) = 0 andC =
5 ( 4 8) ( 20 20) 8 ( 40 20 ) = 180.
Theorem 2.13 If any two rows (or columns) of an n-square matrix are interchanged,
then the value of the determinant is multiplied by 1.
44
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
5 1 8 5 1 8
10
Example 50 Let A = 15 3 6 and B = . Then show thatA = B.
4 2
10 4 2 15
3 6
Solution By theorem 2.14, matrix B is obtained from matrix A by interchanging the 2 nd and the 3 rd rows
of matrix A.
Therefore, A = B.
Theorem 2.14 If corresponding entries in two rows (or two columns) of an n-square
matrix are proportional, then its determinant is zero.
1 2 3
6 . Then show that det (A) = 0.
Example 51 Let A = 2 4
10 4 2
Solution By theorem 2.15, R2 = 2 R1 and hence det (A) = 0.
Therefore, det (A) = 0.
Theorem 2.15 If a matrix obtained from an n-square matrix by adding to the elements
of its i th row (or column) a scalar multiple of the corresponding elements
of
another row (or column), then the determinant remains unchanged.
5 1 8 5 1 8
15 6 . Then show that det (A) = det (B).
Example 52 Let A = 15 3 6 and B = 3
10 4 2 15 5 10
Solution Matrix B is obtained from matrix A by replacing the 3 rd row of A by the sum of the first and the
third rows of A.
Therefore, by theorem 2.16, det (A) = det (B).
9 3 1 4
Example 53 Let A = and B = . Then evaluate det (A), det (B) and det (A B).
2 0 2 5
15 21
Solution Now A B = .
2 8
Therefore, det (A) = 6, det (B) = 13 and det (A B) = 78.
Adjoint of a Matrix
45
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
Example
1 =
Adj A
A
det ( A)
21 = 16; 22 = 5; 23 = 2
31 = 9, 32 = 3; 3 3 = 1.
40 16 9
1 5 3
Therefore, A = 13 .
5 2 1
1 ,
Example 51 Find A where
1 2 3
5
A= 2 4
3 5 6
Solution Det (A) = 1
and 11 = 1; 12 = 3; 13 = 2
46
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
21 = 3; 22 = 3; 23 = 1
31 = 2, 32 = 1; 3 3 = 0.
1 3 2
1 = 3 3 1
Therefore, A .
2 1 0
Exercises 2.5
1. Evaluate the determinant of each of the following matrices by first reducing it to an echelon form.
1 2 3 1
1 2 3
5 9 6 3
i) A = 3 1 0 ii) B =
1 1 2 6 2
1 1
2 8 6 1
2. If A is an n- square matrix, show that |kA| = k n |A|
3. Let A be 4-square matrix with det (A) = 8, then find det (2A).
t 1 0
4. Let A = 0 t t . Determine the value(s) of t for which A fails to be invertible.
15 17 t 1
5. Find the inverse of each of the following matrices by the adjoint method, if it has any.
3 2 1
2 3 cos θ sin θ
i) A = ii) B = iii) C = 4 0 7
4 0
sin θ cos θ
7
2 5
In exercise 15 - 20, evaluate the determinants of the following matrices.
0 2 1 1 3 0
1 4 2 1
15. A = 3 16. A = 4 17. A =
2 1 0 5 2 2
2 1 1
1 3 2
1 2 1
0 2 1 0 0 1 3 9
1 6 2 1
18. A = 3 4 19. A = 2 8 20.
2 1 0 1 1 0 5 8
1 2 3 1
5 9 6 3
1 2 6 2
2 8 6 1
In exercise 21 - 26, reduce each of the following matrices into an echelon form and then use properties of
determinants to evaluate their determinants from the steps you used.
47
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
0 2 1 1 3 0
1 4 2 1
21. A = 3 22. A = 4 23. A =
2 1 0 5 2 2
2 1 1
1 3 2
1 2 1
0 2 1 0 0 1 3 9
1 6 2 1 8
24. A = 3 4 25. A = 2 26.
2 1 0 1 1 0 5 8
1 2 3 1
5 9 6 3
1 2 6 2
2 8 6 1
2.6 System of Linear Equations
a x
21 1
a 22 x 2 a 23 x3 ... a 2 n x n = b2
…
a x
m1 1
a m 2 x 2 a m3 x3 ... a mn x n = bm
where a
ij ’s are given scalars called coefficients of the system and the bi ’s are given scalars.
If the bi ’s are all zero, then this system is called a homogeneous system of linear equations and if at least
one bi is not zero, then the system is called a non-homogeneous system of linear equations.
A solution of this system is a set of an n-tuple of scalars ( 1 , 2 , 3 , ... , n ) that satisfies all the m
equations.
Note that: If the system is homogeneous, then it has at least the trivial solution
x1 x 2 x3 ... x n 0 .
48
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
(b1 , b2 , b3 , ... , bm ) t .
The matrix
a 11 a 12 .......... a 1n b1
a 21 a 22 ........... a 2n b 2
Ã=
.... .... ........... .... ....
a m1 a m 2 ........... a mn b m
is called the augmented matrix associated to the above system of linear equations.
Let r = rank (A). To solve such system of linear equations assign any arbitrary value for each of these
n r free variables and using back substitution solve for the non-free variables in terms of the values
of these free variables.
Example 51 Solve:
x + 2y 3z + w = 0
x 3y + z 2 w = 0
2x + y 3z + 5 w = 0
49
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
5 0 7 1 0
~ 0 5 4 3 0
0 0 3 24 0 R1 2R2 + 5R1
15 0 0 165 0
~ 0 15 0 105 0 R1 7R3 + 3R1
0 0 3 24 0
R2 4R3 + 3R2
Now w is the free variable. Let w = t, then x = 11t, y = 7t, z = 8t and w =t.
Therefore, ( 11t, 7t, 8t, t): t is the solution set of system.
Example 52 Solve:
x+y z=0
2 x + 4y z = 0
3x + 2y 2z = 0
Solution Reduce the augmented matrix to row reduced echelon form.
1 1 1 0 1 1 1 0
2 4 1 0 ~ 0 2 1 0 R2 2R1 + R2
3 2 2 0 0 1 1 0
R3 3R1 + R3
1 0 0 0
~ 0 2 1 0 R3 R2 + 2R3
0 0 3 0
1 0 0 0
R2 R3 + 3R2
~ 0 6 0 0
0 0 3 0
50
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
If rank (A) = r n, then the system has more than one solution.
2 1 2 3 1 2 1 2 3 1
3 2 1 2 4 ~ 0 1 4 5 5 R2 3R1 + 2R2
3 3 3 3 5 0 3 12 15 7 R3 3R1 + 2R3
2 0 6 8 4
~ 0 1 4 5 5 R1 R2 + R 1
0 0 0 0 8 R3 3R2 + R3
1 0 3 4 0 1 1
~ 0 1 4 5 0 R1 R3 + R1
4 2
0 0 0 0 1 1
R3 R3
Now rank (A) = 2 3 = rank (Ã) 8
1 2 3 1 1 2 3 1
1 3 1 11 ~ 0 1 4 10 R2 R1 R2
2 5 4 13 0 1 2 11 R3 2 R1 R3
1 0 11 19
~ 0 1 4 10 R1 2 R2 R1
0 0 2 1 R3 R2 R3
51
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
2 0 0 49 R1 11R3 2 R1
~ 0 1 0 12 R 2 R 2 2 R3
0 0 2 1
1 2 0 1 4
~ 0 0 1 2 1 R1 2R2 + R1
0 0 0 0 0 R3 2R2 + R3
Now rank (A) = rank (Ã) = 2 4 = the number of unknowns and hence y and w are free variables. Thus
z 2w = 1 z = 2w + 1 and x + 2y w = 4 x = 4 + w 2y.
Therefore, (4 + w 2y, y, 2w + 1, w) is the solution for any y, w k.
Cramer’s Rule
Note that: If the system is homogeneous and det (A) 0, then it has only the trivial solution
x1 x 2 x3 ... x n 0 .
and if det (A) = 0, then the homogeneous system also has non-trivial solution.
52
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 3 2
Solutions a) Let A = 3 0 3 .
2 1 2
Therefore, x= 2; y = 1andz = 3.
2 5 3
b) Let A = 1 2 1 .
1 1 1
Therefore, x = 1; y = 0 and z = 1.
Example 55 Solve the following by Cramer’s rule, if possible.
a) 2x + 5y + 3z = 0 b) x + 3y 2z = 0
x + 2y + z = 0 3x +4z = 0
x+y+z =0 2x + 3y + 2z = 0
2 5 3
Solutions a) Let A = 1 2 1 .
1 1 1
Then det (A) = 3
Therefore, (0, 0, 0) is the only solution for the system.
1 3 2
4 .
b) Let A = 3 0
2 3 2
Then det (A) = 0. Thus the system has a non-trivial solution and the solution can be obtained using Gauss-
Jordan elimination method.
1 3 2 0 1 3 2 0 R1 R1
3 0 4 0 ~ 0 9 2 0 R2 3R1 R2
2 3 2 0 0 9 2 0 R3 2 R1 R3
4 1
1 0 0 R1 R2 R1
3 3
~ 2 1
0 1 0 R2 R 2
9 9
0 0 0 0 R3 R 2 R3
2
Now rank (A) = 2 3 = The number of unknowns and hence z is the only free variable. Thus y = z
9
and
53
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
4
x= z.
3
4 2
Therefore, ( z, z, z) is the solution for any z k.
3 9
The LU-Factorization
We can apply the concept of LU- Factorization for solving systems of n linear equations in n unknowns,
written
AX = B
1 0 u11 u12
Solution Let L = and U = .
l 21 1 0 u 22
2 1 1 0 u11 u12 2 1 u11 u12
Then = =
1 0 u 22 u l u12 l 21 u 22
5 3
5 3 l 21 11 21
5 1
u11 = 2, u 12 = 1, 21 = and u 22 = .
2 2
1 0 2 1
Therefore, L = and U = .
2 .5 1 0 0.5
1 0 2
1 . Find the two matrices L and U for which (1) holds true.
Example 57 Let A = 3 2
1 0 1
54
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 0 2
3 1 =
2
1 0 1
1 0 0 1 0 2
0 5
Therefore, L = 3 1 0 and U = 2 .
1 0 1 0 0 1
Example 58 Solve: x + y + z = 5
x + 2y + 2z = 6
x + 2y + 3z = 8
Solution First find the LU decomposition of the coefficient matrix A, where
1 1 1
A = 1 2 2
1 2 3
Perform a method similar to example 57 and obtain:
1 0 0 1 1 1
0 1 .
L = 1 1 0 and U = 1
1 1 1 0 1 1
55
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1 0 0 y1 5 1 1 1 x y1
y 6 1 y y
1 1 0 2 = and 0 1 = 2 .
1 1 1 y3 8 0 0 1 z y3
1 0 0 y1 5 5
y 6 1
LY = B 1 1 0 2 = Y=
1 1 1 y3 8 2
1 1 1 x 5 4
1 y 1
and hence, UX = Y 0 1 = 1 X=
0 0 1 z 2
2
Therefore, x = 4, y = 1 and z = 2.
Exercises 2.6
1. Determine the conditions on a, b and c so that the following system of linear equations has a solution.
x – 2y – 3z = a
3x – y + 2z = b
x + 3y + 8z = c
2. Determine the value(s) of k such that the system
x – 3z = – 3
2x + ky – z = – 2
x + 2y + k z = 1 has
i) unique solution ii) no solution iii) infinite solutions
3. Solve the following systems of equations by the Gauss-Jordan elimination method.
i) x + 2y – 8z = 0 iii) w+x+y+z=–1
2x – 3y – 5z = 0 2w – x + y = 1
3x – 2z = 0 2x + 3z = – 1
– w + 2y + z = – 2
ii) x + 3y = – 7 iv) w – 2x + y – 4z = 1
3x + 5y + 4z = -9 w + 3x + 7y + 2z = 2
2x – y + 7z = 7 w – 12x – 11y – 16z = 5
4. Solve by Cramer's Rule. If not possible, use the Gauss-Jordan method.
i) 2x – y + z = 5 iii) 2x + 5y – 3z = 0
x + z = –1 x – 2y + z = 0
– 3x + y + 4z = 0 7x + 4y – 3z = 0
56
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
ii) x – 4y + z = 0 iv) x + 3y + z = 2
– 4x + 7y – 3z = 5 2x + 3y – 4z = 7
– 2x – y + 8z = – 9
3x + 7y – z = 8
5. The currents I 1 , I 2 , I 3 and I 4 in an electric network satisfy the system of linear equations:
3 I 1 + 2 I 3 – I 4 = 60
2 I 1 – I 2 + 4 I 3 = 160
4 I 2 + I 3 – 2 I 4 = 20
5 I 1 – I 2 – 2 I 3 + I 4 = 0. Find I 3
6. Consider the cubic equation f (x) = ax 3 bx 2 cx d . If the points (0, 10), (1, 7), (3, 11) and
Matri A B C D E
x
size 45 45 52 42 5 4
determine which of the following matrix operations are defined, find the order
of
the resulting matrix whenever defined.
a) BA b) AC + D c) AE + B d) E (A + B)
e) E (AC) f) E t A g) ( At E ) D
5. Prove that any square matrix can be expressed as a sum symmetric and skew
symmetric matrices. Use the result to write matrix A as a sum symmetric
matrix
R and skew symmetric matrix s, where
1 0 6
2 7
A=
4
3 5 2
6. Reduce each of the following matrices to row-echelon form and reduced row-
58
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
7. Find the inverses of each of the following matrices using the Gauss-Jordan
Method.
1 2 3
3 1 3
a) b) 1 0
8 4
1 1 1
t 1 0
10. Let A = 0 t t . Determine the value(s) of t for which A fails to be
15 17 t 1
invertible.
11. Reduce each of the following matrices into an echelon form and then use
properties of determinants to evaluate their determinants from your steps.
1 2 3 1
1 2 3
5 9 6 3
a) A = 3 1 0 b) B =
1 1 2 6 2
1 1
2 8 6 1
12. Solve the following systems of linear equations by the Gauss-Jordan Method.
a) x + y z = 3 b) x + 2y + 3z + w = 8
3x + y 2z = 0 3x 4 y + 8z + 2w = 1
2x y + 3z = 1
59
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
14. Solve the following systems of linear equations by Cramer’s rule. If not
possible
use the Gauss-Jordan Method.
a) x + y 2z = 7 b) x 2y + z = 5
3x + z = 3 x+z=4
2x + y + 2z = 1 2x + 4y 2z = 10
May, 2007
1. Given matrices
60
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
3 0 1 5 2
1 4 2
A= 1 2, B = , C = 1 0 1, find:
1 1 3 1 5 3 2 4
i) AB ii) AB + 2C iii) 2 A t B t
iv) C t AB
3. Show that any square matrix A can be written as a sum of symmetric and
skew-symmetric matrices. Use the result to write the following matrix A as a
sum of symmetric and skew-symmetric matrices.
0 1 1 2
1 2 1 0
A=
2 3 1 4
1 1 2 1
4. a) If A and B are square matrices such that AB = BA, then show that
(A + B)2 = A2 + 2AB + B2.
b) Give an example to show that (A + B)2 = A2 + 2AB + B2 doesn't hold in
general.
61
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
6. Reduce each of the following matrices to its echelon form and determine its
rank and also find their corresponding row reduced echelon forms.
0 2 1 0 2 1 0
i) A = 1 3 4 ii) B = 1 3 4 6
2 1 0 2 1 0 1
7. Find the inverse of each of the following matrices (if it has any) by using
elementary row operations (Gauss- Jordan method).
1 2 0 1
2 1 3
1 1 2 0
i) A = 0 3 7 ii) B =
1 1 3 0 2
3 4
1 0 3 1
t 1 0
10. Let A = 0 t t . Determine the value(s) of t for which A fails to be
15 17 t 1
invertible.
11. Find the inverse of each of the following matrices by the adjoint method, if it
has any.
2 3 cosθ sinθ
i) A = ii) B =
0
sinθ cosθ
4
3 2 5 4
3 2 1
5 2 8 5
iii) C = 4 0 7 iv) D =
7 2 4 7 3
2 5
2 3 5 8
62
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
15. a) The currents I1, I2, I3 and I4 in an electric network satisfy the system of
equations:
3I1 + 2I3 – I4 = 60
63
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
Assuming that the points of intersection are Q 0 and Q 1, determine | Q 0 Q 1 | without finding
either Q 0 or Q 1 .
1 0 u 11 u 12
L= l 1 (Lower triangular matrix) and U = 0 u 22
(Upper triangular
11
matrix).
2 3
If A = 8 5
, then find the two matrices L and U for which A = LU holds true.
65
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
2 3 4 1 1 2 2 1 0 2 1 4
A 1 6 0 2 , B 2 0 3 2 and C 2 3 3 0
1 2 3 4 3 2 2 0 6 9 1 6
Find a) A + B
b) (A – B) + C
c) 2A – 3B + 4C
1 0 1 2
1 1 2 5
D = 1 2 3 4 E
0 0 1 2
1
2 1 1
0
1
F
4
5
i) find a) DE b) EF c) DF d) EDt
ii) show that a) AB = BA = 0 b) AC = A, CA = C
66
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
5. Find the inverses of the following matrices using elementary row operations
1 1 1 1
1 1 3
2 1 3 0
i) 2 4 7 ii)
4 0 2 0 3
9 2
1
0 2 1
7. Find the adjoint and then the inverses of each of the following matrices.
2 1 1
1 1
a) A 0 b) B 1 0 1
4 3
1 4
2 x 4 y 2 z 1
x 4y z 0
c) 4 x 7 y 3 z 5 d) 2 x 5 y 2 z 1
x y z 1
Matrix A B C D E
size 45 45 52 42 5 4
67
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
Determine which of the following matrix operations are defined, find the order
of
the resulting matrix whenever defined.
a) BA b) AC + D c) AE + B d) E (A + B)
e) E (AC) f) E t A g) ( At E ) D
Compute
a) AB b) 3C B A t c) (AB)C
5. Prove that if A is a square matrix, then A + A t is symmetric and A At is
skew
symmetric.
6. Express matrix A as a sum of symmetric and is skew symmetric matrices,
where
1 0 6
2 7
A=
4
3 5 2
7. Reduce each of the following matrices to row-echelon form and reduced row-
echelon form and determine their ranks.
1 2 3 2 1
2 3 4 2
1 5 4 6 3 0
a) 1
b) c)
3 6 9 1 4
4 6 2
4 8 12 8 2
8. Find the inverses of each of the following matrices using the Gauss-Jordan
Method.
1 2 3
3 1 3
a) b) 1 0
8 4
1
1 1
68
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
t 1 0
10. Let A = 0 t t . Determine the value(s) of t for which A fails to be
15 17 t 1
invertible.
9. Reduce each of the following matrices into an echelon form and then use
properties of determinants to evaluate their determinants from your steps.
1 2 3 1
1 2 3
5 9 6 3
i) A = 3 1 0 ii) B =
1 1 2 6 2
1 1
2 8 6 1
11. Solve the following systems of linear equations by the Gauss-Jordan Method.
a) x + y z = 3 b) x + 2y + 3z + w = 8
3x + y 2z = 0 3x 4 y + 8z + 2w = 1
2x y + 3z = 1
12. a) Determine the conditions on a, b and c so that the following system of
linear equations has solution.
x – 2y – 3z = a
3x – y + 2z = b
x + 3y + 8z = c
b) Determine the value(s) of k such that the system
x – 3z = 3
2x + ky – z = – 2
x + 2y + k z = 1 has
69
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
12. Solve the following systems of linear equations by Cramer’s rule. If not
possible
use the Gauss-Jordan Method.
a) x + y 2z = 7 b) x 2y + z = 5
3x + z = 3 x+z=4
2x + y + 2z = 1 2x + 4y 2z = 10
13. Find all values of a, b and c for which matrix A is symmetric, where
2 a 2b 2c 2a b c
A = 3 5 2 .
0 ac 7
70
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
1.
2. Suppose A, B,C, D and E are matrices with the following order
Matri A B C D E
x
size 45 45 52 42 5 4
Determine which of the following matrix operations are defined, find the order
of
the resulting matrix whenever defined.
a) BA b) AC + D c) AE + B d) E (A + B)
e) E (AC) f) E t A g) ( At E ) D
6. Reduce each of the following matrices to row-echelon form and reduced row-
echelon form and determine their ranks.
1 2 3 2 1
2 3 4 2
1 5 4 6 3 0
a) 1
b) c)
3 6 9 1 4
4 6 2
4 8 12 8 2
71
Produced by Tekleyohannes Negussie, July 2009
Unit II Matrices and Determinants
7. Find the inverses of each of the following matrices using the Gauss-Jordan
Method.
1 2 3
3 1 3
a) b) 1 0
8 4
1 1 1
10. Solve the following systems of linear equations by the Gauss-Jordan Method.
a) x + y z = 3 b) x + 2y + 3z + w = 8
3x + y 2z = 0 3x 4 y + 8z + 2w = 1
2x y + 3z = 1
11. Solve the following systems of linear equations if possible by Cramer’s rule;
otherwise by the Gauss-Jordan Method.
a) x + y 2z = 7 b) x 2y + z = 5
3x + z = 3 x+z=4
2x + y + 2z = 1 2x + 4y 2z = 10
t 1 0
invertible. Let A = 0 t t . Determine the value(s) of t for which A
15 17 t 1
fails to be
invertible.
72
Produced by Tekleyohannes Negussie, July 2009