Suppose A, B, C and D are matrices with the following sizes A(5x2), B(4x2), C(4X5), and D(4x5)
Determine each of the following case whether a product is defined. If it is so then give the size of the resulting matrix
a. DC
b. -CA+B
c. CD-D
We can oly multiply two matrices if their dimensions are compatible, which means the number of columns in the first matrix is the same as the number of rows in the second matrix.
If is an matrix and is an matrix, the product is an matrix.
The operation of addition of two matrices is only defined when both matrices have the same dimensions. If and are both then the sum is also
We can also compute the difference by summing and
a. Since is an matrix and is an matrix, then the matrix product is not defined.
b. Since is an matrix and is an matrix, then the matrix product is defined and is matrix.
Since is matrix , then the operation of addition of two matrices is defined, and the sum is matrix.
c. Since is an matrix and is an matrix, then the matrix product is not defined.
Comments