Sign In
Under what conditions is the matrix product defined?
Not possible.
We want to calculate the matrix product, if possible. To do so, we need to recall that the multiplication of two matrices is defined only if the number of columns of the first matrix is equal to the number of rows of the second matrix.
Let's consider the given matrices. -3 -4 & and -6 & -8 -4 & 5 2* 1 & 2* 2 The dimensions of the first matrix are 2* 1. This means it has two rows and one column. The dimensions of the second matrix are 2 * 2, so it has two rows and two columns. Since 1 ≠2, the number of columns of the first matrix is not equal to the number of rows of the second one. Therefore, the multiplication of the matrices is not possible.