We have the matrices A and B, where
We need to prove that
Take L.H.S: (A + B) (A - B)
First, let us compute (A + B).
If two matrices have the same order, m x n, then they can be added or subtracted from each other. For example,
Now, let us compute (A - B).
In the same manner, two matrices which have the same order can be subtracted.
So,
Now, let us compute (A + B) (A - B).
For multiplying two given matrices A and B, we must check if the number of columns in A are equal to 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.
So, we get
Take R.H.S:
Let us compute first.
= 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 finally sum them up.
(0, 1).(0, 1) = (0 × 0) + (1 × 1)
⇒ (0, 1).(0, 1) = 0 + 1
⇒ (0, 1).(0, 1) = 1
Multiply 2nd row of matrix A by matching members of 2nd column of matrix A, and finally sum them up.
(1, 1).(1, 1) = (1 × 1) + (1 × 1)
⇒ (1, 1).(1, 1) = 1 + 1
⇒ (1, 1).(1, 1) = 2
Multiply 1st row of matrix B by matching members of 1st column of matrix B, and end by summing 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, and finally then
sum them up.
Multiply 2nd row of matrix B by matching members of 1st column of matrix B, and end by summing them up.
Multiply 2nd row of matrix B by matching members of 2nd column of matrix B, and then finally sum them up.
So,
Now, compute
Evidently,
Thus, we get,