The Transpose Of A Matrix - Math Insight
Maybe your like
- Skip to navigation (Press Enter)
- Skip to main content (Press Enter)
- Home
- Threads
- Index
- About
The transpose of a matrix
Suggested background
- Introduction to matrices
The transpose of a matrix is simply a flipped version of the original matrix. We can transpose a matrix by switching its rows with its columns. We denote the transpose of matrix $A$ by $A^T$. For example, if \begin{align*} A=\left[ \begin{array}{rrr} 1&2&3\\4&5&6 \end{array} \right] \end{align*} then the transpose of $A$ is \begin{align*} A^T=\left[ \begin{array}{rr} 1&4\\2&5\\3&6 \end{array} \right]. \end{align*}
We can take a transpose of a vector as a special case. Since an $n$-dimensional vector $\vc{x}$ is represented by an $n \times 1$ column matrix, \begin{align*} \vc{x} = \left[ \begin{array}{c} x_1\\ x_2\\ x_3\\ \vdots\\ x_n \end{array} \right], \end{align*} the transpose $\vc{x}^T$ is a $1 \times n$ row matrix \begin{align*} \vc{x}^T = \left[ \begin{array}{ccccc} x_1& x_2& x_3& \cdots& x_n \end{array} \right]. \end{align*}
Thread navigation
Vector algebra
- Previous: Matrix and vector multiplication examples
- Next: Dot product in matrix notation
Similar pages
- Multiplying matrices and vectors
- Matrix and vector multiplication examples
- Dot product in matrix notation
- Matrices and determinants for multivariable calculus
- The cross product
- Cross product examples
- The formula for the cross product
- The scalar triple product
- Scalar triple product example
- Vectors in arbitrary dimensions
- More similar pages
See also
- Introduction to matrices
Tag » What Is Transpose Of A Matrix
-
Transpose - Wikipedia
-
Transpose Of A Matrix (Definition, Properties & Examples) - Byju's
-
Transpose Of Matrix - Meaning, Properties, Examples - Cuemath
-
Transpose Of A Matrix (video) - Khan Academy
-
Transpose (matrix) Definition (Illustrated Mathematics Dictionary)
-
Transpose
-
Transpose Of A Matrix: Definition, Properties, Videos And ... - Toppr
-
Program To Find Transpose Of A Matrix - GeeksforGeeks
-
Transpose Of A Matrix | Matrices | Precalculus | Khan Academy
-
Lesson Explainer: Transpose Of A Matrix - Matrices - Nagwa
-
Transpose Of A Matrix | Don't Memorise - YouTube
-
MATLAB - Transpose Of A Matrix - Tutorialspoint
-
Python Program To Transpose A Matrix - Programiz