Before two(2) matrices, say A and B can be multiplied together,to form AB, the number of the columns in A must be equal to the number of the rows in B.
The order/dimension of the resulting matrix, AB, will the combination of the number of rows in A and the number of columns in B.
For instance, if a matrix A has a dimension of ( p x q ) and a matrix B has a dimension of ( q x r ) to form matrix AB.
We can see that the number of columns in A, which is q, is equal to the number of rows in B, which is q also. Thus, the matrix are conformable i.e can be multiplied.
The order of the resulting matrix AB will have an order ( p x r ), as explained in the second statement above.
Hence, for the given problem, we have:
![\begin{gathered} \text{Matrix B is a (2x2)} \\ \text{Matrix D is a (2x1)} \\ \text{The order of BD will be (2x1)} \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/wo3m20q0q01c5crkop49w4atguk8ogtg74.png)
![\begin{gathered} \text{Matrix C is a (2x3)} \\ \text{Matrix A is a (3x1)} \\ \text{The order of CA will be (2x1)} \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/49mo3biz15btxl1ped06zvo0noodqn9qw8.png)
![\begin{gathered} \text{Matrix B is a (2x2)} \\ \text{Matrix C is a (2x3)} \\ \text{The order/dimension of BC will be (2x3)} \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/bjbzryau2wmq0gs4wgbpdqj11j3nxutkit.png)