The transpose of a matrix is created by interchanging its rows and columns. The transpose of a matrix are denoted as \(A’\) or \(A^{\text{T}}\).
Notes


Questions & Solutions
\(\textbf{1)}\) Take the Transpose of this Matrix
\( \left[ {\begin{array}{ccc}21 & 22 & 23 \\41 & 42 & 43 \\81 & 82 & 83 \end{array} } \right]\)
The transpose matrix is \( \left[ {\begin{array}{ccc}21 & 41 & 81 \\22 & 42 & 82 \\23 & 43 & 83 \\\end{array} } \right]\)\(\)
\(\textbf{2)}\) Take the Transpose of this Matrix
\( \left[{\begin{array}{ccc} 1 \\ 2 \\ 5 \end{array} } \right]\)
The transpose matrix is \( \left[{\begin{array}{c} 1 & 2 & 5 \end{array} } \right]\)\(\)
\(\textbf{3)}\) Take the Transpose of this Matrix
\( \left[{\begin{array}{ccc} 6 & 7 \\ 3 & 8 \\ 9 & 0 \end{array} } \right]\)
The transpose matrix is \( \left[{\begin{array}{cc} 6 & 3 & 9 \\ 7 & 8 & 0 \end{array} } \right]\)\(\)
\(\textbf{4)}\) Take the Transpose of this Matrix
\( \left[{\begin{array}{cc} 1 & 2 \\ 3 & 4 \end{array} } \right]\)
The transpose matrix is \( \left[{\begin{array}{cc} 1 & 3 \\ 2 & 4 \end{array} } \right]\)\(\)
\(\textbf{5)}\) Take the Transpose of this Matrix
\( \left[{\begin{array}{c} 7 & -8 & 9 \end{array} } \right]\)
The transpose matrix is \( \left[{\begin{array}{ccc} 7 \\ -8 \\ 9 \end{array} } \right]\)\(\)
\(\textbf{6)}\) Take the Transpose of this Matrix
\( \left[{\begin{array}{c} 4 \end{array} } \right]\)
The transpose matrix is \( \left[{\begin{array}{c} 4 \end{array} } \right]\)\(\)
See Related Pages\(\)
