Mathematics Matrices: Form5-Chapter 4
Mathematics Matrices: Form5-Chapter 4
Matrices
Form5-Chapter 4
Group Member
• Celia chia
• Tan wei hao
• Tan kim guan
• Ema
MULTIPLICATION OF TWO
MATIRCES
Determining whether the two matrices can be multiplied
The multiplication of two matrices is possible if and only if the number of columns in
the left matrix is the same as the number of rows in the right matrix.
If two matrices can be multiplied, then the number of rows of the product (matrix R) will
be the same as the number of rows of the left matrix (matrix P). The number of columns
of the product (matrix R) will be the same as the number of columns on the right matrix
(matrix Q). See below.
Example 1 :Determine whether the matrix multiplication is
possible for each of the matrix equations shown
below.State the order of the matrix formed if the
multiplication is possible
a) 5 3
1 9 4 3
Solution
a)Order of matrix:2 × 2 and 1 × 2
Same
Thus,matrix multiplication is possible
The order of matrix formed is 3 × 2
Finding the product of two matrices
If two matrices of order m x n and n x p is multiplied
then the matrix formed is of the order m x p.
The multiplication process involves multiplying the
elements of the 1st row of the first matrix with the
elements of each column on the second matrix.
Repeat the process for all other rows in the first
matrix.
Example 2
Find the product of each of the following
a) 3
4 1 2
Solution
3
4 1 2 = 3x1 3x2
4x1 4x2
= 3 6
4 8
Solving matrix equations involving the multiplication of two
matrices
To find the unknowns element in a matrix can be achieved by solving
matrix equation involving the multiplication of two matrices as
follows:
I. Simplify the matrix equations so that the multiplication form two
equal matrices.
II. Compare their corresponding elements in the two equal matrices
formed. The comparison allows to write down linear equation where
the values of unknown elements can be determined.
Example 3
If 2 4 6 ,find the value of x+y
x ( y 3)= 8 9
Solution:
2 4 6
x y 3 = 8 9
2y 6 = 4 6
xy 3x 8 9
Compare the corresponding elements:
Hence,2y=4 3x=9
y=2 x=3
Thus,x+y=2+3
=5
Exercise
1)Give A= 4 2 ,B= -8 4 1 and C= 4 3
1 0 6 3 -2 7 -5
-3 5
a)Find AB and BA.Is AB=BA?
b)Find C².
= -20 22 0
-8 4 1
54 3 -13
BA= -8 4 1 4 2
6 3 -2 1 0
-3 5
= (-8)×4+4×1+1×(-3) (-8)×2+4×0+1×5
6×4+3×1+(-2)×(-3) 6×2+3×0+(-2)×5
= -32+4+(-3) -16+0+5
24+3+6 12+0+(-10)
= -31 -11
33 2 Therefore,AB≠BA
b) C²=CC
=4 3 4 3
7 -5 7 -5
= 4×4+3×7 4×3+3×(-5)
7×4+(-5)×7 7×3+5(-5)×(-5)
= 16+21 12+(-15)
28+(-35) 21+25
= 37 -3
-7 46
2a) a 3 1 2 = -13 4
2 b -3 4 5 0
4(2)+y(-1) 4(2)+y(3) 5 17
x(2)+-1(-1) x(2)-1(3) = 5 1
8-y 8+3y = 5 17
2x+1 2x-3 5 1
Hence:
8-y=5 2x+1=5
-y=-3 2x=4
y=3 x=2