Question:

For the matrix [A] given below, the transpose is __________. 

\[ A = \begin{bmatrix} 2 & 3 & 4 \\ 1 & 4 & 5 \\ 4 & 3 & 2 \end{bmatrix} \]

Show Hint

To transpose a matrix, flip it over its main diagonal. This is useful in many areas of linear algebra, especially in symmetric and orthogonal matrices.
Updated On: Apr 3, 2025
  • \( \begin{bmatrix} 2 & 1 & 4 \\ 3 & 4 & 3 \\ 4 & 5 & 2 \end{bmatrix} \)

  • \( \begin{bmatrix} 4 & 3 & 2 \\ 5 & 4 & 1 \\ 2 & 3 & 4 \end{bmatrix} \)
  • \( \begin{bmatrix} 4 & 2 & 3 \\ 5 & 1 & 4 \\ 2 & 4 & 3 \end{bmatrix} \)
  • \( \begin{bmatrix} 2 & 3 & 4 \\ 1 & 4 & 5 \\ 4 & 3 & 2 \end{bmatrix} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The transpose of a matrix is obtained by interchanging its rows and columns. That is, the element at position \((i, j)\) in the original matrix becomes the element at position \((j, i)\) in the transposed matrix.

Given:
\[ A = \begin{bmatrix} 2 & 3 & 4 \\ 1 & 4 & 5 \\ 4 & 3 & 2 \end{bmatrix} \]
Now taking the transpose:

- First row \((2\ 3\ 4)\) becomes the first column.
- Second row \((1\ 4\ 5)\) becomes the second column.
- Third row \((4\ 3\ 2)\) becomes the third column.

So, \[ A^T = \begin{bmatrix} 2 & 1 & 4 \\ 3 & 4 & 3 \\ 4 & 5 & 2 \end{bmatrix} \]
Hence, the correct option is (A).
Was this answer helpful?
0
0

Questions Asked in GATE CE exam

View More Questions