If and , show that (A + B) (A – B) ≠ A2 – B2.


We have the matrices A and B, where



We need to show that (A + B) (A – B) ≠ A2 – B2.


Take L.H.S: (A + B) (A – B)


First, let us compute (A + B).


If two matrices are of same order (say, m × n), then they can be added or subtracted. Example,


If we have matrices and . Then, they can be added as



So,





Now, let us compute (A – B).


Similarly, two matrices having same order can be subtracted in a similar fashion.


So,






Now, let us compute (A + B) (A – B).


In order to multiply two matrices, A and B, the number of columns in A must equal the number of rows in B. Thus, if A is an m x n matrix and B is an r x s matrix, n = r.



Multiply 1st row of matrix A by matching members of 1st column of matrix B, then sum them up.


(0, 0).(0, 0) = (0 × 0) + (0 × 0)


(0, 0).(0, 0) = 0 + 0


(0, 0).(0, 0) = 0



Multiply 1st row of matrix A by matching members of 2nd column of matrix B, then sum them up.


(0, 0).(2, 1) = (0 × 2) + (0 × 1)


(0, 0).(2, 1) = 0 + 0


(0, 0).(2, 1) = 0



Multiply 2nd row of matrix A by matching members of 1st column of matrix B, then sum them up.


(2, 1).(0, 0) = (2 × 0) + (1 × 0)


(2, 1).(0, 0) = 0 + 0


(2, 1).(0, 0) = 0



Multiply 2nd row of matrix A by matching members of 2nd column of matrix B, then sum them up.


(2, 1).(2, 1) = (2 × 2) + (1 × 1)


(2, 1).(2, 1) = 4 + 1


(2, 1).(2, 1) = 5



So, we have



Take R.H.S: A2 – B2


Let us compute A2 first.


A2 = A.A


So, we need to compute A.A.



Multiply 1st row of matrix A by matching members of 1st column of matrix A, then sum them up.


(0, 1).(0, 1) = (0 × 0) + (1 × 1)


(0, 1).(0, 1) = 0 + 1


(0, 1).(0, 1) = 1



Multiply 1st row of matrix A by matching members of 2nd column of matrix A, then sum them up.


(0, 1).(1, 1) = (0 × 1) + (1 × 1)


(0, 1).(1, 1) = 0 + 1


(0, 1).(1, 1) = 1



Multiply 2nd row of matrix A by matching members of 1st column of matrix A, then sum them up.


(1, 1).(0, 1) = (1 × 0) + (1 × 1)


(1, 1).(0, 1) = 0 + 1


(1, 1).(0, 1) = 1



Multiply 2nd row of matrix A by matching members of 2nd column of matrix A, then sum them up.


(1, 1).(1, 1) = (1 × 1) + (1 × 1)


(1, 1).(1, 1) = 1 + 1


(1, 1).(1, 1) = 2



So,



Now, let us compute B2.


B2 = B.B


We need to compute B.B.



Multiply 1st row of matrix B by matching members of 1st column of matrix B, then sum them up.


(0, -1).(0, 1) = (0 × 0) + (-1 × 1)


(0, -1).(0, 1) = 0 – 1


(0, -1).(0, 1) = -1



Multiply 1st row of matrix B by matching members of 2nd column of matrix B, then sum them up.


(0, -1).(-1, 0) = (0 × -1) + (-1 × 0)


(0, -1).(-1, 0) = 0 + 0


(0, -1).(-1, 0) = 0



Multiply 2nd row of matrix B by matching members of 1st column of matrix B, then sum them up.


(1, 0).(0, 1) = (1 × 0) + (0 × 1)


(1, 0).(0, 1) = 0 + 0


(1, 0).(0, 1) = 0



Multiply 2nd row of matrix B by matching members of 2nd column of matrix B, then sum them up.


(1, 0).(-1, 0) = (1 × -1) + (0 × 0)


(1, 0).(-1, 0) = -1 + 0


(1, 0).(-1, 0) = -1



So,



Now, compute A2 – B2.






Clearly,


and are not equal.


Thus, (A + B)(A – B) ≠ A2 – B2.


9
1