Answer:
The order of the matrix D^T × (BE) is 2 × 4
Explanation:
In the multiplication of matrix, the number of columns in the first matrix must be equal to the number of rows of the second matrix. The resulting matrix from the product will have the same number of rows as the first matrix and the same number of column as the second matrix. For example, given Matrix A of order (m × n) and Matrix Z of order ( n × k), the product of the two matrices will give a matrix ( say Y) of order (m × k).
AZ = Y
(m x n)(n x k) = (m x k)
Now, From the question,
The order of Matrix B is 4 × 5,
the order of the matrix D is 4 × 2
and the order of the matrix E is 5 × 4.
To determine the order of the matrix D^T × (BE)
First, will find the order of (BE)
Order of BE = (4 × 5) (5 × 4)
Order of BE = (4 × 4)
Hence, the order of matrix (BE) is 4 × 4.
Now, we will determine the order of matrix D^T
D^T means the transpose of matrix D.
The transpose of a matrix is defined as a new matrix whose rows are the columns of the original matrix and the columns of the new matrix are the rows of the original matrix. This means given Matrix A of order (m × n), the transpose of Matrix A (A^T) will have an order of (n × m).
The order of the matrix D is 4 × 2
Hence, the order of the transpose of matrix D (D^T) will be 2 × 4
Now, the order of the matrix D^T × (BE) will be
Order of the matrix D^T × (BE) = (2 × 4) × (4 × 4)
Order of the matrix D^T × (BE) = 2 × 4
Hence, the order of the matrix D^T × (BE) is 2 × 4.