We have two given matrices A and B,
We need to verify whether
Let us see what a transpose is.
In linear algebra, the transpose of a matrix is an operator which flips a matrix over its diagonal, that is it switches the row and column indices of the matrix by producing another matrix denoted as .
Take L.H.S =
So, let us compute AB.
Multiply 1st row of matrix A by matching members of 1st column of matrix B, then finally end by summing it up.
Multiply 1st row of matrix A by matching members of 2nd column of matrix B, then finally end by summing them up.
Similarly, let us fill for the rest of the elements.
So,
Now, for transpose of AB, rows will become columns.
Now, take R.H.S = B’A’
If
Then, if (1, 4) are the elements of 1st row, it will become elements of 1st column, and so on.
Also,
Then, if (2, 4, 0) are the elements of 1st row, it will become elements of 1st column, and so on.
Now, multiply B’A’.
Multiply 1st row of matrix B’ by matching members of 1st column of matrix A’, then finally end by summing them up.
.
Multiply 1st row of matrix B’ by matching members of 2nd column of matrix A’, then finally end by summing it up.
Filling up the rest of the elements in the similar manner
⇒ L.H.S = R.H.S
Therefore,