SOLUTION: Let X, Y and Z be matrices of sizes 2x3, 4x3 and 1x4, respectively. Then the size of (XY)^T(Z)^T (where ^T denotes transpose of a matrix) is (2x1)
The answer to the question is
Algebra ->
Matrices-and-determiminant
-> SOLUTION: Let X, Y and Z be matrices of sizes 2x3, 4x3 and 1x4, respectively. Then the size of (XY)^T(Z)^T (where ^T denotes transpose of a matrix) is (2x1)
The answer to the question is
Log On
Question 307330: Let X, Y and Z be matrices of sizes 2x3, 4x3 and 1x4, respectively. Then the size of (XY)^T(Z)^T (where ^T denotes transpose of a matrix) is (2x1)
The answer to the question is 2x1, but I don't understand how to get that answer.
First off, is a 3x4 matrix (since the transpose flips the rows and columns). So is a 2x4 matrix since the product of an m x n and an n x r matrix is an m x r matrix. Also, is a 4x1 matrix (transposes swap rows and columns). So because is a 2x4 matrix and is a 4x1 matrix, this means that is a 2x1 matrix.