Matrix Transpose Calculator
The calculator will find the transpose or the conjugate (Hermitian) transpose of the given matrix, with steps shown.
Your Input
Calculate $$$\left[\begin{array}{ccc}1 & 2 & 3\\4 & 5 & 6\\7 & 8 & 9\end{array}\right]^{T}$$$.
Solution
The rows become the columns, and the columns become the rows.
Thus, the transpose of the matrix is $$$\left[\begin{array}{ccc}1 & 4 & 7\\2 & 5 & 8\\3 & 6 & 9\end{array}\right]$$$.
Answer
The transpose is $$$\left[\begin{array}{ccc}1 & 4 & 7\\2 & 5 & 8\\3 & 6 & 9\end{array}\right]$$$A.