Question
Question: How do you multiply a 3x3 matrix? Consider the example of a 3x3 matrix: Let \(A = \left( {\begin...
How do you multiply a 3x3 matrix?
Consider the example of a 3x3 matrix:
Let A = \left( {\begin{array}{*{20}{c}}
1&2&3 \\\
4&6&7 \\\
5&8&0
\end{array}} \right) and B = \left( {\begin{array}{*{20}{c}}
1&5&4 \\\
2&6&0 \\\
3&8&7
\end{array}} \right)
Solution
In order to multiply the two matrices, first check that the matrix can be multiplied or not, by checking the number of columns and rows of the two matrices. Then if possible to multiply, then move forward to multiply the digits inside the matrix.
Complete step by step answer:
We are given two matrices A and B, and we need to know about the steps to be followed for multiplying them.
The first basic and important rule of multiplying the two matrices is to check out the rows and columns. If the number of columns of the first matrix is equal to the number of rows to the second matrix, then only they can be multiplied, otherwise not.
Let’s check it out for the given matrices A and B. Since, the number of columns of the matrix A and the number of rows of the Matrix B is equal, that is 3, so we can multiply them, and since they are both 3. Therefore, after multiplication the resultant matrix will also be in 3x3 matrix.
The basic representation of a 3x3 matrix is {\left( {\begin{array}{*{20}{c}} {{a_{11}}}&{{a_{12}}}&{{a_{13}}} \\\ {{a_{21}}}&{{a_{22}}}&{{a_{23}}} \\\ {{a_{31}}}&{{a_{32}}}&{{a_{33}}} \end{array}} \right)_{3 \times 3}}, considering it to be AB that is equal to AB = {\left( {\begin{array}{*{20}{c}} {{a_{11}}}&{{a_{12}}}&{{a_{13}}} \\\ {{a_{21}}}&{{a_{22}}}&{{a_{23}}} \\\ {{a_{31}}}&{{a_{32}}}&{{a_{33}}} \end{array}} \right)_{3 \times 3}} or written as AB = {\left( {\begin{array}{*{20}{c}} 1&2&3 \\\ 4&6&7 \\\ 5&8&0 \end{array}} \right)_{3 \times 3}}{\left( {\begin{array}{*{20}{c}} 1&5&4 \\\ 2&6&0 \\\ 3&8&7 \end{array}} \right)_{3 \times 3}} = {\left( {\begin{array}{*{20}{c}} {{a_{11}}}&{{a_{12}}}&{{a_{13}}} \\\ {{a_{21}}}&{{a_{22}}}&{{a_{23}}} \\\ {{a_{31}}}&{{a_{32}}}&{{a_{33}}} \end{array}} \right)_{3 \times 3}}
The first row, 1st digit of the resultant matrix will be the sum of the products of the row of the first matrix and 1st column of the second matrix, numerically written as:
a11=1×1+2×2+3×3=1+4+9=14
Similarly, for the second value a12, the first row will be multiplied with the values of the second column of the second matrix and then add them as:
a12=1×5+2×6+3×8=5+12+24=41
And, for a13, the first row will be multiplied with the values of the third column of the second matrix and then add them as:
a13=1×4+2×0+3×7=4+0+21=25
Same steps to be followed for the other rows and we get:
a21=4×1+6×2+7×3=4+12+21=37
a22=4×5+6×6+7×8=20+36+56=112
a23=4×4+6×0+7×7=16+0+49=65
a31=5×1+8×2+0×3=5+16+0=21
a32=5×5+8×6+0×8=25+48+0=73
a33=5×4+8×0+0×7=20+0+0=20
Substituting the values in the resultant matrix, we get: