Transpose
Encyclopedia : T : TR : TRA : Transpose
- See transposition for meanings of this term in telecommunication and music.
Formally, the transpose of the m-by-n matrix A is the n-by-m matrix AT defined by AT[i, j] = A[j, i] for 1 ≤ i ≤ n and 1 ≤ j ≤ m.
For example,
- [\begin1 & 2 \\3 & 4 \end^} \!\! \;\!= \,\begin1 & 3 \\2 & 4 \end\quad\quad \mbox\quad\quad \begin1 & 2 \\3 & 4 \\5 & 6 \end^} \!\! \;\!= \,\begin1 & 3 & 5\\2 & 4 & 6 \end \;]
Properties
For any two m-by-n matrices A and B and every scalar c, we have (A + B)T = AT + BT and (cA)T = c(AT). This shows that the transpose is a linear map from the space of all m-by-n matrices to the space of all n-by-m matrices.The transpose operation is self-inverse, i.e taking the transpose of the transpose amounts to doing nothing: (AT)T = A.
If A is an m-by-n and B an n-by-k matrix, then we have (AB)T = (BT)(AT). Note that the order of the factors switches. From this one can deduce that a square matrix A is invertible if and only if AT is invertible, and in this case we have (A-1)T = (AT)-1.
The dot product of two vectors expressed as columns of their coordinates can be computed as
- [ \mathbf \cdot \mathbf = \mathbf^} \mathbf \,]
If A is an arbitrary m-by-n matrix with real entries, then ATA is a positive semidefinite matrix.
If A is an n-by-n matrix over some field, then A is similar to AT.
Further nomenclature
A square matrix whose transpose is equal to itself is called a symmetric matrix; that is, A is symmetric if
- [\ A = A^}].
- [ G\, G^} = G^} G = I_n , \,]the identity matrix.
- [\ A = - A^}].
Transpose of linear maps
If f: V→W is a linear map between vector spaces V and W with nondegenerate bilinear forms, we define the transpose of f to be the linear map tf : W→V determined by- [B_V(v,^tf(w))=B_W(f(v),w)]
Over a complex vector space, one often works with sesquilinear forms instead of bilinear (conjugate-linear in one argument). The transpose of a map between such spaces is defined similarly, and the matrix of the transpose map is given by the conjugate transpose matrix if the bases are orthonormal. In this case, the transpose is also called the Hermitian adjoint.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
