then verify
We have the following matrices,
We need to verify
Take L.H.S:
First, compute BA.
We understand what a order of matrix is,
If a matrix has M rows and N columns, the order of matrix is M × N.
Order of matrix B:
Number of rows = 2
⇒ M = 2
Number of columns = 3
⇒ N = 3
Then, order of matrix = M × N
⇒ Order of matrix B = 2 × 3
Order of matrix A:
Number of rows = 3
⇒ M = 3
Number of columns = 2
⇒ N = 2
Then, order of matrix = M × N
⇒ Order of matrix A = 3 × 2
If we have two given matrices A and B which need to be multiplied, then 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.
So, A and B can be multiplied.
Multiply 1st row of matrix B by matching member of 1st column of matrix A, then finally end by summing them up.
Multiply 1st row of matrix B by matching member of 2nd column of matrix A, then finally end by summing them up.
Multiply 2nd row of matrix B by matching member of 1st column of matrix A, then finally end by summing them up.
Multiply 2nd row of matrix B by matching member of 2nd column of matrix A, then finally end by summing them up.
So,
Take R.H.S:
Let us first compute
For multiplication of two matrices, say 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.
Note that in matrix B, number of columns is not equal to the number of rows.
Which means, we can’t find
Thus, we have verified that,