Transpose Size

Consider a 2 x 9 matrix. What is the new matrix size if it were transposed?

Expand Hint
$$$A=\begin{bmatrix}A & B & C\\ D & E & F\end{bmatrix}$$$
$$$A^T=\begin{bmatrix}A & D\\ B & E\\ C & F\end{bmatrix}$$$
Hint 2
Rows become columns and columns become rows.
When transposing a matrix, the rows become columns, and the columns become rows.
$$$A=\begin{bmatrix}A & B & C\\ D & E & F\end{bmatrix}$$$
$$$A^T=\begin{bmatrix}A & D\\ B & E\\ C & F\end{bmatrix}$$$
Thus, a 2 x 9 matrix will turn into a 9 x 2 matrix.
9 x 2
Time Analysis See how quickly you looked at the hint, solution, and answer. This is important for making sure you will finish the FE Exam in time.
  • Hint: Not clicked
  • Solution: Not clicked
  • Answer: Not clicked

Similar Problems from FE Sub Section: Matrix Transpose
277. Matrix Transpose
507. Transpose Matrix

Similar Problems from FE Section: Matrices
277. Matrix Transpose
278. Matrix Inverse
279. Matrix Multiplication
507. Transpose Matrix
511. Inverse Matrix
518. Matrix Multiply
548. Inverse of Matrix