2.2 Equal Matrices

2.2 Equal Matrices

(A) Determining whether two matrices are equal
1. Two matrices are equal if they have the same order and their corresponding elements are equal.
For example,  ( a b c d ) = ( e f g h )

Therefore, a = e, b = f, c = g and d = h.


Example 1:
Determine whether the following pairs of matrices are equal.
(a) A=( 10 8 3 1 ) and B=( 10 8 3 1 ) (b) P=( 2 4 10 ) and Q=( 2 3 10 ) (c) M=( 3 5 ) and N=( 4   7 )

Solution:
(a) Equal
(b) Not equal, because -4 ≠ -3.
(c) Not equal, because the orders of the matrices are not equal.




(B) Solving problem involving equal matrices
1. When matrices are equal, elements whose values are unknown can be determined.

Example 2:
State the value of the unknowns in the following pairs of equal matrix. 
( 2 x x + 2 y ) = ( 8 10 )

Solution:

( 2 x x + 2 y ) = ( 8 10 )

2x = -8
x = -4

x + 2y = 10
(-4) + 2y = 10
2y = 10 + 4
2y = 14
y = 7
 

Leave a Comment