You are on page 1of 20

Matrices and Determinants

25
The theory of matrices and determinants

25.1 Matrix notation 25.2 Addition, subtraction and


multiplication of matrices
Matrices and determinants are mainly used for the
solution of linear simultaneous equations. The the- (i) Addition of matrices
ory of matrices and determinants is dealt with in this
chapter and this theory is then used in Chapter 26 to Corresponding elements in two matrices may be
solve simultaneous equations. added to form a single matrix.
The coefficients of the variables for linear simul-
taneous equations may be shown in matrix form. The
Problem 1. Add the matrices
coefficients of x and y in the simultaneous equations    
2 −1 −3 0
x + 2y = 3 (a) −7 4 and 7 −4 and
4x − 5y = 6    
3 1 −4 2 7 −5
  (b) 4 3 1 and −2 1 0
1 2
become 4 −5 in matrix notation. 1 4 −3 6 3 4

Similarly, the coefficients of p, q and r in the (a) Adding the corresponding elements gives:
equations    
2 −1 −3 0
1.3p − 2.0q + r = 7 −7 4 + 7 −4
 
3.7p + 4.8q − 7r = 3 2 + (−3) −1 + 0
= −7 + 7 4 + (−4)
4.1p + 3.8q + 12r = −6  
−1 −1
  =
1.3 −2.0 1 0 0
become 3.7 4.8 −7 in matrix form. (b) Adding the corresponding elements gives:
4.1 3.8 12    
The numbers within a matrix are called an array and 3 1 −4 2 7 −5
the coefficients forming the array are called the ele- 4 3 1 + −2 1 0
ments of the matrix. The number of rows in a matrix 1 4 −3 6 3 4
 
is usually specified by m and the number of columns 3+2 1 + 7 −4 + (−5)
by n and
 a matrix  referred to as an ‘m by n’ matrix. = 4 + (−2) 3 + 1 1+0
2 3 6 1+6 4 + 3 −3 + 4
Thus, 4 5 7 is a ‘2 by 3’ matrix. Matrices can-  
5 8 −9
not be expressed as a single numerical value, but they = 2 4 1
can often be simplified or combined, and unknown 7 7 1
element values can be determined by comparison
methods. Just as there are rules for addition, sub-
traction, multiplication and division of numbers in (ii) Subtraction of matrices
arithmetic, rules for these operations can be applied
to matrices and the rules of matrices are such that If A is a matrix and B is another matrix, then (A − B)
they obey most of those governing the algebra of is a single matrix formed by subtracting the elements
numbers. of B from the corresponding elements of A.
268 MATRICES AND DETERMINANTS
 
−3 + 2 − 1 0 + ( − 1) − 0
Problem 2. Subtract = 7 + (−7) − (−2) −4 + 4 − (−4)
   
−3 0 2 −1  
(a) 7 −4 from −7 4 and −2 −1
= 2 4 as obtained previously
   
2 7 −5 3 1 −4
(b) −2 1 0 from 4 3 1
6 3 4 1 4 −3 (iii) Multiplication

When a matrix is multiplied by a number, called


To find matrix A minus matrix B, the elements of scalar multiplication, a single matrix results in
B are taken from the corresponding elements of A. which each element of the original matrix has been
Thus: multiplied by the number.
   
2 −1 −3 0  
(a) −7 4 − 7 −4 −3 0
  Problem 4. If A = 7 −4 ,
2 − (−3) −1 − 0  
= −7 − 7 4 − (−4)   1 0
  2 −1
B = −7 4 and C = −2 −4 find
5 −1
= −14 8 2A − 3B + 4C.
   
3 1 −4 2 7 −5
(b) 4 3 1 − −2 1 0 For scalar multiplication, each element is multiplied
1 4 −3 6 3 4 by the scalar quantity, hence
     
3−2 1 − 7 −4 − (−5)
−3 0 −6 0
= 4 − (−2) 3 − 1 1−0 2A = 2 7 −4 = 14 −8
1−6 4 − 3 −3 − 4
     
1 −6 1 2 −1 6 −3
= 6 2 1 3B = 3 −7 4 = −21 12
−5 1 −7    
1 0 4 0
and 4C = 4 −2 −4 = −8 −16
Problem 3. If
    Hence 2A − 3B + 4C
−3 0 2 −1      
A= 7 −4 , B = −7 4 and −6 0 6 −3 4 0
= 14 −8 − −21 12 + −8 −16
 
1 0  
C = −2 −4 find A + B − C. −6 − 6 + 4 0 − (−3) + 0
= 14 − (−21) + (−8) −8 − 12 + (−16)
 
  −8 3
−1 −1 = 27
A+B = −36
0 0
(from Problem 1)
    When a matrix A is multiplied by another matrix B, a
−1 −1 1 0
Hence, A + B − C = 0 0 − −2 −4
single matrix results in which elements are obtained
  from the sum of the products of the corresponding
−1 − 1 −1 − 0 rows of A and the corresponding columns of B.
= 0 − (−2) 0 − (−4) Two matrices A and B may be multiplied together,
  provided the number of elements in the rows of
−2 −1
= 2 4
matrix A are equal to the number of elements in the
columns of matrix B. In general terms, when multi-
Alternatively A + B − C plying a matrix of dimensions (m by n) by a matrix of
      dimensions (n by r), the resulting matrix has dimen-
−3 0 2 −1 1 0 sions (m by r). Thus a 2 by 3 matrix multiplied by a
= 7 −4 + −7 4 − −2 −4 3 by 1 matrix gives a matrix of dimensions 2 by 1.
THE THEORY OF MATRICES AND DETERMINANTS 269

     
2 3 −5 7 3 4 0
Problem 5. If A = 1 −4 and B = −3 4 Problem 7. If A = −2 6 −3 and
find A × B. 7 −4 1
 
2 −5
  B= 5 −6 , find A × B.
C C −1 −7
Let A × B = C where C = C11 C12
21 22

C11 is the sum of the products of the first row ele- The sum of the products of the elements of each row
ments of A and the first column elements of B taken of the first matrix and the elements of each column of
one at a time, the second matrix are taken one at a time. Thus:
   
i.e. C11 = (2 × (−5)) + (3 × (−3)) = −19 3 4 0 2 −5
−2 6 −3 × 5 −6
C12 is the sum of the products of the first row ele- 7 −4 1 −1 −7
⎛ ⎞
ments of A and the second column elements of B, [(3 × 2) [(3 × (−5))
taken one at a time, ⎜ + (4 × 5) +(4 × (−6)) ⎟
⎜ + (0 × (−1))] +(0 × (−7))] ⎟
i.e. C12 = (2 × 7) + (3 × 4) = 26 ⎜ ⎟
⎜[(−2 × 2) [(−2 × (−5)) ⎟
⎜ ⎟
C21 is the sum of the products of the second row ⎜
= ⎜ + (6 × 5) +(6 × (−6)) ⎟ ⎟
elements of A and the first column elements of B, ⎜ + (−3 × (−1))] +(−3 × (−7))]⎟
⎜ ⎟
taken one at a time, ⎜[(7 × 2) [(7 × (−5)) ⎟
⎝ + (−4 × 5) +(−4 × (−6)) ⎠
i.e. C21 = (1 × ( − 5)) + (−4 × (−3)) = 7
+ (1 × (−1))] +(1 × (−7))]
Finally, C22 is the sum of the products of the second  
26 −39 F
row elements of A and the second column elements = 29 −5
of B, taken one at a time, −7 −18
i.e. C22 = (1 × 7) + ((−4) × 4) = −9
  Problem 8. Determine
−19 26    
Thus, A × B = 7 −9 1 0 3 2 2 0
2 1 2 × 1 3 2
1 3 1 3 2 0
Problem 6. Simplify
   
3 4 0 2 The sum of the products of the elements of each row
−2 6 −3 × 5 of the first matrix and the elements of each column of
7 −4 1 −1 the second matrix are taken one at a time. Thus:
   
1 0 3 2 2 0
2 1 2 × 1 3 2
The sum of the products of the elements of each 1 3 1 3 2 0
row of the first matrix and the elements of the second ⎛ ⎞
matrix, (called a column matrix), are taken one at a [(1 × 2) [(1 × 2) [(1 × 0)
time. Thus: ⎜ + (0 × 1) + (0 × 3) + (0 × 2) ⎟
⎜ + (3 × 3)] + (3 × 2)] + (3 × 0)]⎟
    ⎜ ⎟
3 4 0 2 ⎜[(2 × 2) [(2 × 2) [(2 × 0) ⎟
−2 6 −3 × ⎜ ⎟
5 =⎜ ⎜ + (1 × 1) + (1 × 3) + (1 × 2) ⎟
7 −4 1 −1 ⎟
  ⎜ + (2 × 3)] + (2 × 2)] + (2 × 0)]⎟
(3 × 2) + (4 × 5) + (0 × (−1)) ⎜ ⎟
⎜[(1 × 2) [(1 × 2) [(1 × 0) ⎟
= (−2 × 2) + (6 × 5) + (−3 × (−1)) ⎝ + (3 × 1) + (3 × 3) + (3 × 2) ⎠
(7 × 2) + (−4 × 5) + (1 × (−1)) + (1 × 3)] + (1 × 2)] + (1 × 0)]
   
26 11 8 0
= 29 = 11 11 2
−7 8 13 6
270 MATRICES AND DETERMINANTS

⎛ 3⎞
In algebra, the commutative law of multiplication  
states that a × b = b × a. For matrices, this law is 3.1 2.4 6.4
⎜ ⎟
only true in a few special cases, and in general A × B F = −1.6 3.8 −1.9 G = ⎝ 4⎠
5.3 3.4 −4.8 2
is not equal to B × A. 1
5
      
4 1 0
2 3 −2
H= −11 K = 0 1
Problem 9. If A = 1 0 and 5 J=
  7 1 0
2 3
B = 0 1 show that A × B  = B × A. Addition, subtraction and multiplication
    In Problems 1 to 12, perform the matrix opera-
2 3 2 3 tion stated.
A×B= 1 0 × 0 1 ⎡⎛ 1
  1 ⎞⎤
3 −
[(2 × 2) + (3 × 0)] [(2 × 3) + (3 × 1)] ⎢⎜ 2 3 ⎟⎥
= [(1 × 2) + (0 × 0)] [(1 × 3) + (0 × 1)] 1. A + B ⎣⎝ 1 2 ⎠⎦
  −4 6
4 9 3 5
= 2 3 ⎡⎛ ⎞⎤
1
    7 −1 6
2 3 2 3 ⎢⎜ 2⎟ ⎥
B×A= 0 1 × 1 0 ⎢⎜ 1 ⎟⎥
2. D + E ⎢⎜ 3 3 7⎟ ⎥
  ⎢⎜ ⎟⎥
⎣⎝ 3
2 ⎦

[(2 × 2) + (3 × 1)] [(2 × 3) + (3 × 0)]
= [(0 × 2) + (1 × 1)] [(0 × 3) + (1 × 0)] 4 7 −3
5
  ⎡⎛ 1
7 6 2 ⎞⎤
= 1 0 2 −1
⎢⎜ 2 3 ⎟⎥
    3. A − B ⎣⎝ 2
4 9 7 6 3 ⎠⎦
Since 2 3  = 1 0 , then A × B  = B × A −3 7
3 5
 
4.8 −7.73̇
4. A + B − C
Now try the following exercise. −6.83̇ 10.3
 
Exercise 108 Further problems on addition, 18.0 −1.0
5. 5A + 6B −22.0 31.4
subtraction and multiplication of matrices
In Problems 1 to 13, the matrices A to K are: 6. 2D + 3E − 4F 
⎛ 1 

  2⎞ 4.6 −5.6 −12.1


3 −1 ⎜ 17.4 −9.2 28.6
A = −4 B= ⎝ 2 3⎟ −14.2
3⎠
7 0.4 13.0
1
− −  
3 5 −11
  7. A × H 43
−1.3 7.4
C= ⎡⎛ 5
2.5 −3.9 3 ⎞⎤
  ⎢⎜ 6
1 2
4 −7 6 8. A × B 5 ⎟⎥
⎣⎝ ⎠⎦
D = −2 4 0 1 13
5 7 −4 −4 −6
3 15
⎛ ⎞  
1 −6.4 26.1
3 6 9. A × C 22.7 −56.9
⎜ 2⎟
⎜ 2 ⎟

E =⎜ 5 − 7⎟  

⎟ 135
⎝ 3
3⎠ −52
10. D × J
−1 0 −85
5
THE THEORY OF MATRICES AND DETERMINANTS 271

⎡⎛ ⎞⎤
1  
⎢⎜ 2
3 6
⎟⎥ (1 + j) j2
⎢⎜ 2 ⎟⎥ Problem 11. Evaluate  − j3 (1 − j4)
11. E × K ⎢⎜ 12 − ⎟⎥
⎢⎜ 3⎟ ⎥
⎣⎝ 2 ⎠⎦
−  
0 (1 + j) j2
5 
 
 − j3 (1 − j4) = (1 + j)(1 − j4) − ( j2)(− j3)
55.4 3.4 10.1
12. D × F −12.6 10.4 −20.4 = 1 − j4 + j − j2 4 + j2 6
−16.9 25.0 37.9 = 1 − j4 + j − (−4) + (−6)
13. Show that A⎡× C  = C ×
A  ⎤ since from Chapter 23, j2 = −1
−6.4 26.1 = 1 − j4 + j + 4 − 6
⎢A × C = 22.7 −56.9 ⎥
⎢  ⎥ = −1 − j3
⎢ −33.5 −53.1 ⎥
⎢C × A = ⎥
⎣ 23.1 −29.8 ⎦  
5∠30◦ 2∠−60◦ 
Hence they are not equal Problem 12. Evaluate 3∠60◦ 4∠−90◦ 

25.3 The unit matrix  


5∠30◦ 2∠−60◦ 
  ◦ ◦
3∠60◦ 4∠−90◦  = (5∠30 )(4∠−90 )
A unit matrix, I, is one in which all elements
of the leading diagonal (\) have a value of 1 and − (2∠−60◦ )(3∠60◦ )
all other elements have a value of 0. Multiplication = (20∠−60◦ ) − (6∠0◦ )
of a matrix by I is the equivalent of multiplying by
1 in arithmetic. = (10 − j17.32) − (6 + j0) F
= (4 − j17.32) or 17.78∠−77◦
25.4 The determinant of a 2 by 2 Now try the following exercise.
matrix
  Exercise 109 Further problems on 2 by 2
a b determinants
The determinant of a 2 by 2 matrix, c d is  
defined as (ad − bc). 3 −1
1. Calculate the determinant of −4 7
The elements of the determinant of a matrix are
written
 between  Thus, the determinant
 vertical lines. [17]
3 −4 3 −4 2. Calculate the determinant of
  ⎛ 1
of 1 6 is written as 1 6 and is equal to 2⎞  
(3 × 6) − (−4 × 1), i.e. 18 − (−4) or 22. Hence the ⎜ 2 3⎟ 7
⎝ 1 −
determinant of a matrix can be
 expressed as a single 3⎠ 90
3 −4 − −
numerical value, i.e. 1 
6 = 22.
3 5
3. Calculate
 the determinant
 of
−1.3 7.4
Problem 10. Determine the value of 2.5 −3.9 [−13.43]
   
3 −2  j2 −j3
   [−5 + j3]
7 4 4. Evaluate (1 + j) j 
 
 2∠40◦ 5∠−20◦ 
  
5. Evaluate 7∠−32◦ 4∠−117◦ 
3 −2
   
7 4 = (3 × 4) − (−2 × 7) (−19.75 + j19.79)
= 12 − (−14) = 26 or 27.95∠134.94◦
272 MATRICES AND DETERMINANTS

(iii) multiplying this new matrix


 by the reciprocal of
25.5 The inverse or reciprocal of a p q
2 by 2 matrix the determinant of r s
 
The inverse of matrix A is A−1 such that A × A−1 = I, 1 2
the unit matrix.  Thus the inverse of matrix 3 4 is

1 2
Let matrix A be 3 4 and let the inverse matrix,   −2 1

1 4 −2
 
1 =
3 1
−1 a b 4 − 6 −3 −
A be c d . 2 2
as obtained previously.
Then, since A × A−1 = I,
     
1 2 a b 1 0 Problem 13. Determine the inverse of
 
3 4 × c d = 0 1 3 −2
Multiplying the matrices on the left hand side, gives 7 4
   
a + 2c b + 2d 1 0  
3a + 4c 3b + 4d = 0 1 p q
The inverse of matrix r s is obtained by inter-
Equating corresponding elements gives: changing the positions of p and s, changing the signs
of q and r and
 multiplying
 by the reciprocal of the
b + 2d = 0, i.e. b = −2d p q
4 determinant r s . Thus, the inverse of
and 3a + 4c = 0, i.e. a = − c
3    
3 −2 1 4 2
4 = (3 × 4) − ( − 2 × 7) −7 3
Substituting for a and b gives:
⎛ ⎞ 7
4   ⎛ ⎞
− c + 2c −2d + 2d 2 1
⎜  3  ⎟ 1 0  
⎝ ⎠= 0 1 42 ⎜ 13 13 ⎟
4
3 − c + 4c 3(−2d) + 4d
1 = =⎜


3 26 −7 3 −7 3 ⎠
    26 26
2
c 0 1 0
i.e. 3 = 0 1
0 −2d Now try the following exercise.

2 3
showing that c = 1, i.e. c = and −2d = 1, i.e. Exercise 110 Further problems on the
3 2 inverse of 2 by 2 matrices
1  
d =− 3 −1
2 1. Determine the inverse of −4
4 7
Since b = −2d, b = 1 and since a = − c, a = −2. ⎡⎛ ⎞⎤
3 7 1
    ⎢⎜ 17 17 ⎟⎥
1 2 a b ⎢⎜ ⎟⎥
Thus the inverse of matrix 3 4 is c d that ⎣⎝ 4 3 ⎠⎦
 
−2 1 17 17
is, 3 1 ⎛ ⎞
− 1 2
2 2 ⎜ 2 3⎟
There is, however, a quicker method of obtaining 2. Determine the inverse of ⎜
⎝ 1

3⎠
the inverse of a 2 by
 2 matrix.
 − −
p q ⎡⎛ 3 5 ⎞⎤
For any matrix r s the inverse may be 5 4
⎢⎜ 7 7 8 ⎟⎥
7 ⎟⎥
obtained by: ⎢⎜
⎣⎝ 2 3 ⎠⎦
(i) interchanging the positions of p and s, −4 −6
(ii) changing the signs of q and r, and 7 7
THE THEORY OF MATRICES AND DETERMINANTS 273
 
−1.3 7.4 The value of this determinant is the sum of the prod-
3. Determine the inverse of 2.5 −3.9 ucts of the elements and their cofactors, of any row
⎡  ⎤ or of any column. If the second row or second col-
0.290 0.551 umn is selected, the element 0 will make the product
⎣ 0.186 0.097 ⎦ of the element and its cofactor zero and reduce the
correct to 3 dec. places amount of arithmetic to be done to a minimum.
Supposing a second row expansion is selected.
The minor of 2 is the value of the determinant
remaining when the row and column containing the
25.6 The determinant of a 3 by 3 2 (i.e. the second row and the first column),
 is cov-
 4 −1
matrix ered up. Thus the cofactor of element 2 is −3 −2
(i) The minor of an element of a 3 by 3 matrix is i.e. −11. The sign of element 2 is minus, (see (ii)
the value of the 2 by 2 determinant obtained by above), hence the cofactor of element 2, (the signed-
covering up the row and column containing that minor)
  +11. Similarly the minor of element 7 is
is
3 4 
element.  

1 2 3
 1 −3 i.e. −13, and its cofactor is +13. Hence the
Thus for the matrix 4 5 6 the minor of value of the sum of the products of the elements and
7 8 9 their cofactors is 2 × 11 + 7 × 13, i.e.,
 
element 4 is obtained bycovering the row 3 4 −1
 
1 2 0 7 = 2(11) + 0 + 7(13) = 113
(4 5 6) and the column 4 , leaving the 2 by 1 −3 −2
  7 The same result will be obtained whichever row or
2 3
2 determinant 8 9, i.e. the minor of element column is selected. For example, the third column
F
expansion
 is     
4 is (2 × 9) − (3 × 8) = −6. 2 0 3 4 3 4
  
(−1) 1 −3 − 7 1 −3 + (−2) 2 0
(ii) The sign of a minor depends on its posi-
tion within
 the matrix, the sign pattern = 6 + 91 + 16 = 113, as obtained previously.
+ − +
being − + − . Thus the signed-minor  
 1 4 −3
+ − +  
  Problem 15. Evaluate −5 2 6
1 2 3 −1 −4 2
of element 4 in the matrix 4 5 6 is
  7 8 9  
2 3  1 4 −3
− 8 9 = −(−6) = 6.  
Using the first row: −5 2 6
−1 −4 2
The signed-minor of an element is called the      
 2 6 −5 6 −5 2
cofactor of the element. = 1 −4 2 − 4 −1 2 + (−3) −1 −4
(iii) The value of a 3 by 3 determinant is the = (4 + 24) − 4(−10 + 6) − 3(20 + 2)
sum of the products of the elements and their
cofactors of any row or any column of the = 28 + 16 − 66 = −22
corresponding 3 by 3 matrix.  
 1 4 −3
 
There are thus six different ways of evaluating a 3×3 Using the second column: −5 2 6
determinant—and all should give the same value. −1 −4 2
     
−5 6  1 −3  1 −3
 
= −4 −1 2 + 2 −1  
Problem 14. Find the value of
  2 −(−4) −5 6
3 4 −1
  = −4(−10 + 6) + 2(2 − 3) + 4(6 − 15)
2 0 7
1 −3 −2 = 16 − 2 − 36 = −22
274 MATRICES AND DETERMINANTS
 
8 −2 −10
Problem 16. Determine the value of  
4. Evaluate 2 −3 −2 [−328]
  6 3 8
 j2 (1 + j) 3
 
(1 − j) 1 j 5. Calculate the determinant of
 0 5
j4  
3.1 2.4 6.4
−1.6 3.8 −1.9 [−242.83]
Using the first column, the value of the determinant is: 5.3 3.4 −4.8
 
 j2 2 j 
     
1 j  (1 + j) 3 6. Evaluate (1 + j) 1 −3 [−2 − j]
(j2) j4 5  − (1 − j) 
 j4 5
 5 −j4 0 
   
(1 + j) 3 3∠60◦ j2 1 
+ (0)  1  
j 7. Evaluate  0 (1 + j) 2∠30◦ 
 0 2 j5 
= j2(5 − j2 4) − (1 − j)(5 + j5 − j12) + 0  
26.94∠−139.52◦ or
= j2(9) − (1 − j)(5 − j7) (−20.49 − j17.49)

= j18 − [5 − j7 − j5 + j2 7] 8. Find the eigenvalues λ that satisfy the follow-


ing equations:
= j18 − [−2 − j12]  
(2 − λ) 2 

= j18 + 2 + j12 = 2 + j30 or 30.07∠86.19◦ (a) −1 (5 − λ) = 0
 
(5 − λ) 7 −5 
 
Now try the following exercise. (b) 0 (4 − λ) −1  = 0
 2 8 (−3 − λ)
Exercise 111 Further problems on 3 by 3 (You may need to refer to chapter 1, pages
determinants 8–11, for the solution of cubic equations).
1. Find the matrix of minors of [(a) λ = 3 or 4 (b) λ = 1 or 2 or 3]
 
4 −7 6
−2 4 0
5 7 −4
 

−16 8 −34 25.7 The inverse or reciprocal of a


−14 −46 63 3 by 3 matrix
−24 12 2
The adjoint of a matrix A is obtained by:
2. Find the matrix of cofactors of
  (i) forming a matrix B of the cofactors of A, and
4 −7 6
−2 4 0 (ii) transposing matrix B to give BT , where BT is
5 7 −4 the matrix obtained by writing the rows of B
 
as the columns of BT . Then adj A = BT .
−16 −8 −34
14 −46 −63 The inverse of matrix A, A−1 is given by
−24 −12 2
adj A
3. Calculate the determinant of A−1 =
  |A|
4 −7 6
−2 4 0 [−212] where adj A is the adjoint of matrix A and |A| is the
5 7 −4 determinant of matrix A.
THE THEORY OF MATRICES AND DETERMINANTS 275

adjoint
Problem 17. Determine the inverse of the Inverse =
⎛ ⎞ determinant
3 4 −1  
matrix ⎝2 0 7⎠ −17 9 15
The matrix of cofactors is 23 −13 −21
1 −3 −2 18 −10 −16
The transpose
 of the matrix of
 cofactors (i.e. the
adj A −17
The inverse of matrix A, A−1 = 23 18
|A| adjoint) is 9 −13 −10
15 −21 −16
The adjoint of A is found by:  
1 5 −2
(i) obtaining the matrix of the cofactors of the The determinant of 3 −1 4
elements, and −3 6 −7

(ii) transposing this matrix. = 1(7 − 24) − 5(−21 + 12) − 2(18 − 3)


 
 0 7 = −17 + 45 − 30 = −2

The cofactor of element 3 is + −3 −2 = 21.
 
  1 5 −2
2 7 Hence the inverse of 3 −1 4

The cofactor of element 4 is − 1 −2 = 11, and −3 6 −7
so on.  
  −17 23 18
21 11 −6 9 −13 −10
The matrix of cofactors is 11 −5 13 15 −21 −16
28 −23 −8 = F
−2
The transpose of the matrix of cofactors, i.e. the  
adjoint of the matrix,
 is obtained by writing
 the rows 8.5 −11.5 −9
21 11 28 = −4.5 6.5 5
as columns, and is 11 −5 −23 −7.5 10.5 8
−6 13 −8
Now try the following exercise.
From Problem 14, the determinant of
  Exercise 112 Further problems on the
3 4 −1
  inverse of a 3 by 3 matrix
2 0 7 is 113.
1 −3 −2 1. Write down the transpose of
   
3 4 −1 4 −7 6
Hence the inverse of 2 0 7 is −2 4 0
1 −3 −2 5 7 −4
 

  4 −2 5
21 11 28 −7 4 7
11 −5 −23   6 0 −4
−6 13 −8 1 21 11 28
or 11 −5 −23
113 113 −6 13 −8 2. Write down the transpose of
⎛ ⎞
3 6 21
Problem 18. Find the inverse of ⎝ 5 − 2 7⎠
3
  −1 0 35 ⎡⎛ ⎞⎤
1 5 −2
3 5 −1
3 −1 4
−3 6 −7 ⎣⎝ 6 − 23 0⎠⎦
1 3
2 7 5
276 MATRICES AND DETERMINANTS

3. Determine the adjoint of 5. Find the inverse of


   
4 −7 6 4 −7 6
−2 4 0 −2 4 0
5 7 −4 5 7 −4
 

−16 14 −24  

−8 −46 −12 1 −16 14 −24


−34 −63 2 − −8 −46 −12
212 −34 −63 2
4. Determine the adjoint of ⎛ ⎞
⎛ ⎞ 3 6 21
3 6 21 6. Find the inverse of ⎝ 5 − 23 7⎠
⎝ 5 − 2 7⎠ −1 0 35
3
−1 0 35 ⎡ ⎛ 2 ⎞⎤
⎡⎛ 2 ⎞⎤ − 5 −3 35 42 13
− 5 −3 35 42 13 ⎢ 15 ⎜ ⎟⎥
⎢⎜ ⎟⎥ ⎣− ⎝−10 2 103
−18 21 ⎠⎦
⎣⎝−10 2 10 3
−18 21 ⎠⎦ 923
− 23 −6 −32
− 23 −6 −32
Matrices and Determinants

26
The solution of simultaneous
equations by matrices and
determinants
(ii) The matrix equation is
26.1 Solution of simultaneous      
equations by matrices 3 5 x 7
4 −3 × y = 19
(a) The procedure for solving linear simultaneous  
3 5
equations in two unknowns using matrices is: (iii) The inverse of matrix 4 −3 is
(i) write the equations in the form  
a1 x + b1 y = c1
1 −3 −5
3 × (−3) − 5 × 4 −4 3
a2 x + b2 y = c2 ⎛3 ⎞
5
(ii) write the matrix equation corresponding to
these equations, ⎜
i.e. ⎝ 29 29 ⎟

F
      4 −3
a b x c
i.e. a1 b1 × y = c1 29 29
2 2 2
 
a 1 b1 (iv) Multiplying each side of (ii) by (iii) and remem-
(iii) determine the inverse matrix of a b bering that A × A−1 = I, the unit matrix, gives:
2 2 ⎛3 5⎞  
    
1 b2 −b1 1 0 x ⎜ 29 29 ⎟ 7
i.e.
a1 b2 − b1 a2 −a2 a1 0 1 y = ⎝ 4 −3 ⎠ × 19
(from Chapter 25) 29 29
⎛ 21 95 ⎞
(iv) multiply each side of (ii) by the inverse   +
matrix, and x ⎜ 29 29 ⎟
Thus y = ⎝ ⎠
(v) solve for x and y by equating corresponding 28 57
elements. −
29 29
   
x 4
Problem 1. Use matrices to solve the simulta-
i.e. y = −1
neous equations: (v) By comparing corresponding elements:
3x + 5y − 7 = 0 (1) x=4 and y = −1
4x − 3y − 19 = 0 (2) Checking:
equation (1),
(i) Writing the equations in the a1 x+b1 y = c form 3 × 4 + 5 × (−1) − 7 = 0 = RHS
gives:
equation (2),
3x + 5y = 7
4 × 4 − 3 × (−1) − 19 = 0 = RHS
4x − 3y = 19
278 MATRICES AND DETERMINANTS

(b) The procedure for solving linear simulta- The adjoint of A is the transpose of the matrix of
neous equations in three unknowns using the cofactors of the elements (see Chapter 25).
matrices is: The matrix of cofactors is
 
(i) write the equations in the form 14 16 5
a1 x + b1 y + c1 z = d1 0 −5 5
7 −2 −5
a2 x + b2 y + c2 z = d2
a3 x + b3 y + c3 z = d3 and the transpose of this matrix gives
 
(ii) write the matrix equation corresponding 14 0 7
to these equations, i.e. adj A = 16 −5 −2
      5 5 −5
a1 b1 c1 x d1
a2 b2 c2 × y = d2 The determinant of A, i.e. the sum of the prod-
a3 b3 c3 z d3 ucts of elements and their cofactors, using a first
row expansion is
(iii) determine the inverse matrix of      
  −3 4 2 4 2 −3
a1 b1 c1  
1−2 −2 − 1 3 −2 + 1 3 −2
a2 b2 c2 (see Chapter 25)
a3 b3 c3
= (1 × 14) − (1 × (−16)) + (1 × 5) = 35
(iv) multiply each side of (ii) by the inverse
Hence the inverse of A,
matrix, and  
(v) solve for x, y and z by equating the −1 1 14 0 7
A = 16 −5 −2
corresponding elements. 35 5 5 −5
(iv) Multiplying each side of (ii) by (iii), and
Problem 2. Use matrices to solve the simulta- remembering that A × A−1 = I, the unit matrix,
neous equations: gives
x+y+z−4=0 (1)    
1 0 0 x
2x − 3y + 4z − 33 = 0 (2) 0 1 0 × y
3x − 2y − 2z − 2 = 0 (3) 0 0 1 z
   
1 14 0 7 4
(i) Writing the equations in the a1 x + b1 y + c1 z = = 16 −5 −2 × 33
35 5 5 −5 2
d1 form gives:  
x+y+z =4 x 1
y =
2x − 3y + 4z = 33 z 35
3x − 2y − 2z = 2  
(14 × 4) + (0 × 33) + (7 × 2)
(ii) The matrix equation is × (16 × 4) + ((−5) × 33) + ((−2) × 2)
      (5 × 4) + (5 × 33) + ((−5) × 2)
1 1 1 x 4
2 −3 4 × y = 33  
1 70
3 −2 −2 z 2 = −105
35 175
(iii) The inverse matrix of  
  2
1 1 1
A = 2 −3 4 = −3
3 −2 −2 5

is given by (v) By comparing corresponding elements, x = 2,


y = −3, z = 5, which can be checked in the
adj A original equations.
A−1 =
|A|
THE SOLUTION OF SIMULTANEOUS EQUATIONS BY MATRICES AND DETERMINANTS 279

8. In a mechanical system, acceleration ẍ,


Now try the following exercise. velocity ẋ and distance x are related by the
simultaneous equations:
Exercise 113 Further problems on solving 3.4ẍ + 7.0ẋ − 13.2x = −11.39
simultaneous equations using matrices
−6.0ẍ + 4.0ẋ + 3.5x = 4.98
In Problems 1 to 5 use matrices to solve the
simultaneous equations given. 2.7ẍ + 6.0ẋ + 7.1x = 15.91

1. 3x + 4y = 0 Use matrices to find the values of ẍ, ẋ and x.


[ẍ = 0.5, ẋ = 0.77, x = 1.4]
2x + 5y + 7 = 0 [x = 4, y = −3]
2. 2p + 5q + 14.6 = 0
3.1p + 1.7q + 2.06 = 0
[p = 1.2, q = −3.4] 26.2 Solution of simultaneous
equations by determinants
3. x + 2y + 3z = 5
2x − 3y − z = 3 (a) When solving linear simultaneous equations in
two unknowns using determinants:
−3x + 4y + 5z = 3
(i) write the equations in the form
[x = 1, y = −1, z = 2]
a1 x + b 1 y + c 1 = 0
4. 3a + 4b − 3c = 2
a2 x + b2 y + c2 = 0
−2a + 2b + 2c = 15
7a − 5b + 4c = 26 and then F
[a = 2.5, b = 3.5, c = 6.5] (ii) the solution is given by
x −y 1
5. p + 2q + 3r + 7.8 = 0 = =
Dx Dy D
2p + 5q − r − 1.4 = 0
 
5p − q + 7r − 3.5 = 0 b1 c1 
where Dx =  
[p = 4.1, q = −1.9, r = −2.7] b 2 c2 
i.e. the determinant of the coefficients left
6. In two closed loops of an electrical cir- when the x-column is covered up,
cuit, the currents flowing are given by the  
simultaneous equations: a1 c1 
Dy =  
I1 + 2I2 + 4 = 0 a2 c2 
5I1 + 3I2 − 1 = 0 i.e. the determinant of the coefficients left
Use matrices to solve for I1 and I2 . when the y-column is covered up,
 
[I1 = 2, I2 = −3] a1 b1 
and D=  
a2 b2 
7. The relationship between the displacement,
s, velocity, v, and acceleration, a, of a piston i.e. the determinant of the coefficients left
is given by the equations: when the constants-column is covered up.
s + 2v + 2a = 4
3s − v + 4a = 25 Problem 3. Solve the following simultaneous
equations using determinants:
3s + 2v − a = −4
Use matrices to determine the values of s, v 3x − 4y = 12
and a. 7x + 5y = 6.5
[s = 2, v = −3, a = 4]
280 MATRICES AND DETERMINANTS

Following the above procedure: where Du is the determinant of coefficients left


(i) 3x − 4y − 12 = 0 when the u column is covered up,
7x + 5y − 6.5 = 0  
3.5 −21
 
x −y 1 i.e. Du =  
(ii)  = =  6.1 −33
−4 −12  3 −12  3 −4
     
 5 −6.5 7 −6.5 7 5 = (3.5)(−33) − (−21)(6.1)
= 12.6
x  
i.e. 1 −21
(−4)(−6.5) − (−12)(5) Similarly, Da = 1 −33
−y = (1)(−33) − (−21)(1)
=
(3)(−6.5) − (−12)(7) = −12
 
1 1 3.5
= and D = 1 6.1
(3)(5) − (−4)(7)
x −y 1 = (1)(6.1) − (3.5)(1) = 2.6
i.e. = =
26 + 60 −19.5 + 84 15 + 28 u −a 1
Thus = =
x −y 1 12.6 −12 26
i.e. = = 12.6
86 64.5 43 i.e. u= = 4.846 m/s
x 1 86 2.6
Since = then x = =2 12
86 43 43 and a= = 4.615 m/s2 ,
2.6
and since
each correct to 4 significant
−y 1 64.5 figures
= then y = − = −1.5
64.5 43 43
Problem 5. Applying Kirchhoff’s laws to an
electric circuit results in the following equations:
Problem 4. The velocity of a car, accelerating
at uniform acceleration a between two points, is (9 + j12)I1 − (6 + j8)I2 = 5
given by v = u + at, where u is its velocity when −(6 + j8)I1 + (8 + j3)I2 = (2 + j4)
passing the first point and t is the time taken
to pass between the two points. If v = 21 m/s Solve the equations for I1 and I2
when t = 3.5 s and v = 33 m/s when t = 6.1 s,
use determinants to find the values of u and a,
each correct to 4 significant figures. Following the procedure:

(i) (9 + j12)I1 − (6 + j8)I2 − 5 = 0


Substituting the given values in v = u + at gives: −(6 + j8)I1 + (8 + j3)I2 − (2 + j4) = 0
21 = u + 3.5a (1) I1
(ii)  
33 = u + 6.1a (2) −(6 + j8) −5 
 
 (8 + j3) −(2 + j4)
(i) The equations are written in the form
a1 x + b1 y + c1 = 0, −I2
=  
i.e. u + 3.5a − 21 = 0  (9 + j12) −5 

and u + 6.1a − 33 = 0 −(6 + j8) −(2 + j4)

(ii) The solution is given by 1


=  
−a  (9 + j12) −(6 + j8)
u
= =
1 
−(6 + j8) (8 + j3) 
Du Da D
THE SOLUTION OF SIMULTANEOUS EQUATIONS BY MATRICES AND DETERMINANTS 281
 
I1 a1 b1 c1 
 
(−20 + j40) + (40 + j15) and D is a2 b2 c2 
a b3 c3 
3
−I2 i.e. the determinant of the coefficients
=
(30 − j60) − (30 + j40) obtained by covering up the constants
1 column.
=
(36 + j123) − (−28 + j96)
Problem 6. A d.c. circuit comprises three
I1 −I2
= closed loops. Applying Kirchhoff’s laws to the
20 + j55 −j100 closed loops gives the following equations for
1 current flow in milliamperes:
=
64 + j27 2I1 + 3I2 − 4I3 = 26
20 + j55 I1 − 5I2 − 3I3 = −87
Hence I1 =
64 + j27 −7I1 + 2I2 + 6I3 = 12
58.52∠70.02◦
= = 0.84∠47.15◦ A Use determinants to solve for I1 , I2 and I3
69.46∠22.87◦
100∠90◦
and I2 = (i) Writing the equations in the
69.46∠22.87◦ a1 x + b1 y + c1 z + d1 = 0 form gives:
= 1.44∠67.13◦ A
2I1 + 3I2 − 4I3 − 26 = 0
(b) When solving simultaneous equations in three I1 − 5I2 − 3I3 + 87 = 0
unknowns using determinants: −7I1 + 2I2 + 6I3 − 12 = 0
F
(i) Write the equations in the form (ii) the solution is given by
a1 x + b1 y + c1 z + d1 = 0 I1 −I2 I3 −1
= = =
a2 x + b 2 y + c2 z + d2 = 0 DI 1 DI2 DI 3 D
a3 x + b 3 y + c3 z + d3 = 0 where DI1 is the determinant of coefficients
and then obtained by covering up the I1 column, i.e.,
(ii) the solution is given by  
 3 −4 −26 
x −y z −1  
= = = DI1 =  −5 −3 87 
Dx Dy Dz D  2 6 −12 
     
b1 c1 d1  −3 87  −5 87 

where Dx is b2 c2 d2 
 = (3)  6 −12 − (−4)  2 −12
b c d   
3 3 3
−5 −3
i.e. the determinant of the coefficients 
+ (−26)  2 
obtained by covering up the x column. 6
 
a1 c1 d1  = 3(−486) + 4(−114) − 26(−24)
 
Dy is a2 c2 d2  = −1290
a c d   
3 3 3  2 −4 −26 
 
i.e., the determinant of the coefficients DI2 =  1 −3 87 
obtained by covering up the y column.  −7 6 −12 
 
a1 b1 d1  = (2)(36 − 522) − (−4)(−12 + 609)
 
Dz is a2 b2 d2 
a b d  + (−26)(6 − 21)
3 3 3
i.e. the determinant of the coefficients = −972 + 2388 + 390
obtained by covering up the z column. = 1806
282 MATRICES AND DETERMINANTS
 
 2 3 −26  4. 1.2p − 2.3q − 3.1r + 10.1 = 0
 
DI 3 =  1 −5 87 
 −7 2 −12  4.7p + 3.8q − 5.3r − 21.5 = 0
3.7p − 8.3q + 7.4r + 28.1 = 0
= (2)(60 − 174) − (3)(−12 + 609)
[p = 1.5, q = 4.5, r = 0.5]
+(−26)(2 − 35) x y 2z 1
5. − + =−
= −228 − 1791 + 858 = −1161 2 3 5 20
  x 2y z 19
 2 3 −4  + − =
  4 3 2 40
and D =  1 −5 −3 
 −7 2 6  59
x+y−z =
60
= (2)(−30 + 6) − (3)(6 − 21)  
7 17 5
x= ,y = ,z = −
+ (−4)(2 − 35) 20 40 24
= −48 + 45 + 132 = 129 6. In a system of forces, the relationship
between two forces F1 and F2 is given by:
Thus
I1 −I2 I3 −1 5F1 + 3F2 + 6 = 0
= = = 3F1 + 5F2 + 18 = 0
−1290 1806 −1161 129
Use determinants to solve for F1 and F2 .
giving
[F1 = 1.5, F2 = −4.5]
−1290
I1 = = 10 mA, 7. Applying mesh-current analysis to an a.c.
−129 circuit results in the following equations:
1806
I2 = = 14 mA (5 − j4)I1 − (−j4)I2 = 100∠0◦
129
(4 + j3 − j4)I2 − (−j4)I1 = 0
1161
and I3 = = 9 mA Solve the equations for I1 and I2.
129
 
I1 = 10.77∠19.23◦ A,
Now try the following exercise. I2 = 10.45∠−56.73◦ A

Exercise 114 Further problems on solving 8. Kirchhoff’s laws are used to determine the
simultaneous equations using determinants current equations in an electrical network
and show that
In Problems 1 to 5 use determinants to solve
the simultaneous equations given. i1 + 8i2 + 3i3 = −31
1. 3x − 5y = −17.6 3i1 − 2i2 + i3 = −5
7y − 2x − 22 = 0 2i1 − 3i2 + 2i3 = 6
[x = −1.2, y = 2.8] Use determinants to find the values of i1 , i2
and i3 . [i1 = −5, i2 = −4, i3 = 2]
2. 2.3m − 4.4n = 6.84
8.5n − 6.7m = 1.23
9. The forces in three members of a framework
[m = −6.4, n = −4.9] are F1 , F2 and F3 . They are related by the
3. 3x + 4y + z = 10 simultaneous equations shown below.
2x − 3y + 5z + 9 = 0 1.4F1 + 2.8F2 + 2.8F3 = 5.6
x + 2y − z = 6 4.2F1 − 1.4F2 + 5.6F3 = 35.0
[x = 1, y = 2, z = −1] 4.2F1 + 2.8F2 − 1.4F3 = −5.6
THE SOLUTION OF SIMULTANEOUS EQUATIONS BY MATRICES AND DETERMINANTS 283

Find the values of F1 , F2 and F3 using


Problem 7. Solve the following simultaneous
determinants.
equations using Cramers rule
[F1 = 2, F2 = −3, F3 = 4]
x+y+z =4
10. Mesh-current analysis produces the follow-
ing three equations: 2x − 3y + 4z = 33
3x − 2y − 2z = 2
20∠0◦ = (5 + 3 − j4)I1 − (3 − j4)I2
10∠90◦ = (3 − j4 + 2)I2 − (3 − j4)I1 − 2I3
−15∠0◦ − 10∠90◦ = (12 + 2)I3 − 2I2 (This is the same as Problem 2 and a comparison
of methods may be made). Following the above
Solve the equations for the loop currents method:
I1 , I2 and I3 .  

 1 1 1 
I1 = 3.317∠22.57◦ A  

I2 = 1.963∠40.97 A D= 2 −3 4 
 3−2 −2 
I3 = 1.010∠−148.32◦ A
= 1(6 − (−8)) − 1((−4) − 12)
+1((−4) − (−9)) = 14 + 16 + 5 = 35
 
 4 1 1 
 
26.3 Solution of simultaneous Dx =  33 −3 4 
 2 −2 −2 
equations using Cramers rule
= 4(6 − (−8)) − 1((−66) − 8)
Cramers rule states that if +1((−66) − (−6)) = 56 + 74 − 60 = 70
 
a11 x + a12 y + a13 z = b1  1

4 1 

F
Dy =  2 33 4 
a21 x + a22 y + a23 z = b2  3 2 −2 
a31 x + a32 y + a33 z = b3 = 1((−66) − 8) − 4((−4) − 12) + 1(4 − 99)
Dx Dy Dz = −74 + 64 − 95 = −105
then x = , y = and z =  
D D D  1 1 4 
 
  Dz =  2 −3 33 
 a11 a12 a13   3 −2 2 
 
where D =  a21 a22 a23  = 1((−6) − (−66)) − 1(4 − 99)
 a 
31 a32 a33
  + 4((−4) − (−9)) = 60 + 95 + 20 = 175
 b1 a12 a13 
 
Dx =  b2 a22 a23  Hence
 b a a 
3 32 33
Dx 70 Dy −105
x= = = 2, y = = = −3
i.e. the x-column has been replaced by the R.H.S. D 35 D 35
b column, Dz 175
  and z = = =5
 a11 b1 a13  D 35
 
Dy =  a21 b2 a23 
 a b3 a33 
31 Now try the following exercise.
i.e. the y-column has been replaced by the R.H.S.
b column, Exercise 115 Further problems on solving
  simultaneous equations using Cramers rule
 a11 a12 b1 
  1. Repeat problems 3, 4, 5, 7 and 8 of Exercise
Dz =  a21 a22 b2 
 a a32 b3  113 on page 279, using Cramers rule.
31
2. Repeat problems 3, 4, 8 and 9 of Exercise 114
i.e. the z-column has been replaced by the R.H.S. on page 282, using Cramers rule.
b column.
284 MATRICES AND DETERMINANTS

We conclude from the above example that if


26.4 Solution of simultaneous
a11 x + a12 y + a13 z = b1
equations using the Gaussian
elimination method a21 x + a22 y + a23 z = b2
a31 x + a32 y + a33 z = b3
Consider the following simultaneous equations: the three-step procedure to solve simultaneous
equations in three unknowns using the Gaussian
x+y+z =4 (1) elimination method is:
2x − 3y + 4z = 33 (2) a21
3x − 2y − 2z = 2 (3) 1. Equation (2) − × equation (1) to form equa-
a11
a31
Leaving equation (1) as it is gives: tion (2 ) and equation (3) − × equation (1) to
a11
x+y+z =4 (1) form equation (3 ).

Equation (2) − 2 × equation (1) gives: a32


2. Equation (3 )− × equation (2 ) to form equa-
0 − 5y + 2z = 25 (2 ) a22
tion (3 ).
and equation (3) − 3 × equation (1) gives:
3. Determine z from equation (3 ), then y from
0 − 5y − 5z = −10 (3 )
equation (2 ) and finally, x from equation (1).
Leaving equations (1) and (2 ) as they are gives:
x+y+z =4 (1) Problem 8. A d.c. circuit comprises three
closed loops. Applying Kirchhoff’s laws to the
0 − 5y + 2z = 25 (2 ) closed loops gives the following equations for
Equation (3 ) − equation (2 ) gives: current flow in milliamperes:
0 + 0 − 7z = −35 (3 ) 2I1 + 3I2 − 4I3 = 26 (1)
By appropriately manipulating the three original I1 − 5I2 − 3I3 = −87 (2)
equations we have deliberately obtained zeros in the −7I1 + 2I2 + 6I3 = 12 (3)
positions shown in equations (2 ) and (3 ).
Use the Gaussian elimination method to solve
Working backwards, from equation (3 ), for I1 , I2 and I3 .
−35
z= = 5,
−7 (This is the same example as Problem 6 on page 281,
and a comparison of methods may be made)
from equation (2 ),
Following the above procedure:
−5y + 2(5) = 25,
1. 2I1 + 3I2 − 4I3 = 26 (1)
from which,
1
25 − 10 Equation (2) − × equation (1) gives:
y= = −3 2
−5 0 − 6.5I2 − I3 = −100 (2 )
and from equation (1), −7
Equation (3) − × equation (1) gives:
x + (−3) + 5 = 4, 2
0 + 12.5I2 − 8I3 = 103 (3 )
from which,
2. 2I1 + 3I2 − 4I3 = 26 (1)
x=4+3−5=2
0 − 6.5I2 − I3 = −100 (2 )
(This is the same example as Problems 2 and 7, 12.5
and a comparison of methods can be made). The Equation (3 ) − × equation (2 ) gives:
above method is known as the Gaussian elimination −6.5
method. 0 + 0 − 9.923I3 = −89.308 (3 )
THE SOLUTION OF SIMULTANEOUS EQUATIONS BY MATRICES AND DETERMINANTS 285

3. From equation (3 ), equations:

−89.308 6.2 ẍ + 7.9ẋ + 12.6x = 18.0


I3 = = 9 mA, 7.5ẍ + 4.8ẋ + 4.8x = 6.39
−9.923
13.0ẍ + 3.5ẋ − 13.0x = −17.4
from equation (2 ), −6.5I2 − 9 = −100, By using Gaussian elimination, determine the
acceleration, velocity and displacement for
−100 + 9 the system, correct to 2 decimal places.
from which, I2 = = 14 mA [ẍ = −0.30, ẋ = 0.60, x = 1.20]
−6.5
2. The tensions, T1 , T2 and T3 in a simple
and from equation (1), 2I1 + 3(14) − 4(9) = 26, framework are given by the equations:
5T1 + 5T2 + 5T3 = 7.0
26 − 42 + 36 20 T1 + 2T2 + 4T3 = 2.4
from which, I1 = = 4T1 + 2T2 = 4.0
2 2
= 10 mA Determine T1 , T2 and T3 using Gaussian
elimination.
Now try the following exercise. [T1 = 0.8, T2 = 0.4, T3 = 0.2]
3. Repeat problems 3, 4, 5, 7 and 8 of Exer-
Exercise 116 Further problems on solv- cise 113 on page 279, using the Gaussian
ing simultaneous equations using Gaussian elimination method.
elimination
4. Repeat problems 3, 4, 8 and 9 of Exercise 114
1. In a mass-spring-damper system, the acceler- on page 282, using the Gaussian elimination F
ation ẍ m/s2 , velocity ẋ m/s and displacement method.
x m are related by the following simultaneous
Complex numbers and Matrices and Determinants

Assignment 7
6. Determine A × B (4)
This assignment covers the material contained
in Chapters 23 to 26. 7. Calculate the determinant of matrix C (4)
The marks for each question are shown in 8. Determine the inverse of matrix A (4)
brackets at the end of each question.
9. Determine E × D (9)
10. Calculate the determinant of matrix D (6)
1. Solve the quadratic equation x 2 − 2x + 5 = 0 and
show the roots on an Argand diagram. (9) 11. Solve the following simultaneous equations:
2. If Z1 = 2 + j5, Z2 = 1 − j3 and Z3 = 4 − j deter- 4x − 3y = 17
mine, in both Cartesian and polar forms, the value x+y+1=0
Z1 Z2
of + Z3 , correct to 2 decimal places. using matrices. (6)
Z1 + Z2
(9) 12. Use determinants to solve the following simul-
taneous equations:
3. Three vectors are represented by A, 4.2∠45◦ , B,
5.5∠−32◦ and C, 2.8∠75◦ . Determine in polar 4x + 9y + 2z = 21
form the resultant D, where D = B + C − A. −8x + 6y − 3z = 41
(8) 3x + y − 5z = −73 (10)
4. Two impedances, Z1 = (2 + j7) ohms and 13. The simultaneous equations representing the cur-
Z2 = (3 − j4) ohms, are connected in series to rents flowing in an unbalanced, three-phase,
a supply voltage V of 150∠0◦ V. Determine the star-connected, electrical network are as follows:
magnitude of the current I and its phase angle 2.4I1 + 3.6I2 + 4.8I3 = 1.2
relative to the voltage. (6)
−3.9I1 + 1.3I2 − 6.5I3 = 2.6
5. Determine in both polar and rectangular 1.7I1 + 11.9I2 + 8.5I3 = 0
forms: Using matrices, solve the equations for I1 , I2
(a) [2.37∠35◦ ]4 (b) [3.2 − j4.8]5 and I3 (10)

(c) [−1 − j3] (15)
In questions 6 to 10, the matrices stated are:
   
−5 2 1 6
A= 7 −8 B = −3 −4
 
j3 (1 + j2)
C = (−1 − j4) −j2
⎛ ⎞ ⎛ ⎞
2 −1 3 −1 3 0
D = ⎝−5 1 0⎠ E = ⎝ 4 −9 2 ⎠
4 −6 2 −5 7 1

You might also like