Fine Art

.

In linear algebra, the transpose of a matrix A is another matrix AT (also written A′, Atr, tA or At) created by any one of the following equivalent actions:

reflect A over its main diagonal (which runs from top-left to bottom-right) to obtain AT
write the rows of A as the columns of AT
write the columns of A as the rows of AT

Formally, the i th row, j th column element of AT is the j th row, i th column element of A:

\( [\mathbf{A}^\mathrm{T}]_{ij} = [\mathbf{A}]_{ji} \)

If A is an m × n matrix then AT is an n × m matrix.

The transpose of a matrix was introduced in 1858 by the British mathematician Arthur Cayley.[1]

Examples

\( \begin{bmatrix} 1 & 2 \end{bmatrix}^{\mathrm{T}} = \, \begin{bmatrix} 1 \\ 2 \end{bmatrix} \)

\( \begin{bmatrix} 1 & 2 \\ 3 & 4 \end{bmatrix}^{\mathrm{T}} = \begin{bmatrix} 1 & 3 \\ 2 & 4 \end{bmatrix} \)

\( \begin{bmatrix} 1 & 2 \\ 3 & 4 \\ 5 & 6 \end{bmatrix}^{\mathrm{T}} = \begin{bmatrix} 1 & 3 & 5\\ 2 & 4 & 6 \end{bmatrix} \)

Properties

For matrices A, B and scalar c we have the following properties of transpose:

\( ( \mathbf{A}^\mathrm{T} ) ^\mathrm{T} = \mathbf{A} \quad \, \)

The operation of taking the transpose is an involution (self-inverse).

\( (\mathbf{A}+\mathbf{B}) ^\mathrm{T} = \mathbf{A}^\mathrm{T} + \mathbf{B}^\mathrm{T} \, \)

The transpose respects addition.

\( \left( \mathbf{A B} \right) ^\mathrm{T} = \mathbf{B}^\mathrm{T} \mathbf{A}^\mathrm{T} \, \)

Note that the order of the factors reverses. 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. By induction this result extends to the general case of multiple matrices, where we find that (A1A2...Ak−1Ak)T = AkTAk−1T...A2TA1T.

\( (c \mathbf{A})^\mathrm{T} = c \mathbf{A}^\mathrm{T} \, \)

The transpose of a scalar is the same scalar. Together with (2), this states that the transpose is a linear map from the space of m × n matrices to the space of all n × m matrices.

\( \det(\mathbf{A}^\mathrm{T}) = \det(\mathbf{A}) \, \)

The determinant of a square matrix is the same as that of its transpose.

The dot product of two column vectors a and b can be computed as

\( \mathbf{a} \cdot \mathbf{b} = \mathbf{a}^{\mathrm{T}} \mathbf{b}, \)

which is written as ai bi in Einstein notation.
If A has only real entries, then ATA is a positive-semidefinite matrix.
\( (\mathbf{A}^\mathrm{T})^{-1} = (\mathbf{A}^{-1})^\mathrm{T} \, \)

The transpose of an invertible matrix is also invertible, and its inverse is the transpose of the inverse of the original matrix. The notation A−T is sometimes used to represent either of these equivalent expressions.

If A is a square matrix, then its eigenvalues are equal to the eigenvalues of its transpose since they share the same Characteristic polynomial.

Special transpose matrices

A square matrix whose transpose is equal to itself is called a symmetric matrix; that is, A is symmetric if

\( \mathbf{A}^{\mathrm{T}} = \mathbf{A} . \)

A square matrix whose transpose is equal to its negative is called a skew-symmetric matrix; that is, A is skew-symmetric if

\( \mathbf{A}^{\mathrm{T}} = -\mathbf{A} . \)

A square complex matrix whose transpose is equal to the matrix with every entry replaced by its complex conjugate (denoted here with an overline) is called a Hermitian matrix (equivalent to the matrix being equal to its conjugate transpose); that is, A is Hermitian if

\( \mathbf{A}^{\mathrm{T}} = \overline{\mathbf{A}} . \)

A square complex matrix whose transpose is equal to the negation of its complex conjugate is called a skew-Hermitian matrix; that is, A is skew-Hermitian if

\( \mathbf{A}^{\mathrm{T}} = -\overline{\mathbf{A}} . \)

A square matrix whose transpose is equal to its inverse is called an orthogonal matrix; that is, A is orthogonal if

\( \mathbf{A}^{\mathrm{T}} = \mathbf{A}^{-1} . \)

Transpose of a linear map
See also: Dual space (section Transpose of a linear map)

The transpose may be defined using a coordinate-free approach:

If f : V → W is a linear map between vector spaces V and W with respective dual spaces V∗ and W∗, the transpose of f is the linear map tf : W∗ → V∗ that satisfies

\( {}^\mathrm{t} f (\phi ) = \phi \circ f \quad \forall \phi \in W^* . \)

The definition of the transpose may be seen to be independent of any bilinear form on the vector spaces, unlike the adjoint (below).

If the matrix A describes a linear map with respect to bases of V and W, then the matrix AT describes the transpose of that linear map with respect to the dual bases.
Transpose of a bilinear form
Main article: Bilinear form

Every linear map to the dual space f : VV defines a bilinear form B : V × VF, with the relation B(v, w) = f(v)(w). By defining the transpose of this bilinear form as the bilinear form tB defined by the transpose tf : V∗∗V i.e. tB(w, v) = tf(w)(v), we find that B(v,w) = tB(w,v).


Adjoint


Not to be confused with Hermitian adjoint.

If the vector spaces V and W have respective nondegenerate bilinear forms BV and BW, a concept closely related to the transpose – the adjoint – may be defined:

If f : V → W is a linear map between vector spaces V and W, we define g as the adjoint of f if g : W → V satisfies

\( B_V(v, g(w)) = B_W(f(v),w) \quad \forall\ v \in V, w \in W . \)

These bilinear forms define an isomorphism between V and V∗, and between W and W∗, resulting in an isomorphism between the transpose and adjoint of f. The matrix of the adjoint of a map is the transposed matrix only if the bases are orthonormal with respect to their bilinear forms. In this context, many authors use the term transpose to refer to the adjoint as defined here.

The adjoint allows us to consider whether g : WV is equal to f −1 : WV. In particular, this allows the orthogonal group over a vector space V with a quadratic form to be defined without reference to matrices (nor the components thereof) as the set of all linear maps VV for which the adjoint equals the inverse.

Over a complex vector space, one often works with sesquilinear forms (conjugate-linear in one argument) instead of bilinear forms. The Hermitian adjoint of a map between such spaces is defined similarly, and the matrix of the Hermitian adjoint is given by the conjugate transpose matrix if the bases are orthonormal.

Implementation of matrix transposition on computers

On a computer, one can often avoid explicitly transposing a matrix in memory by simply accessing the same data in a different order. For example, software libraries for linear algebra, such as BLAS, typically provide options to specify that certain matrices are to be interpreted in transposed order to avoid the necessity of data movement.

However, there remain a number of circumstances in which it is necessary or desirable to physically reorder a matrix in memory to its transposed ordering. For example, with a matrix stored in row-major order, the rows of the matrix are contiguous in memory and the columns are discontiguous. If repeated operations need to be performed on the columns, for example in a fast Fourier transform algorithm, transposing the matrix in memory (to make the columns contiguous) may improve performance by increasing memory locality.
Main article: In-place matrix transposition

Ideally, one might hope to transpose a matrix with minimal additional storage. This leads to the problem of transposing an n × m matrix in-place, with O(1) additional storage or at most storage much less than mn. For n ≠ m, this involves a complicated permutation of the data elements that is non-trivial to implement in-place. Therefore efficient in-place matrix transposition has been the subject of numerous research publications in computer science, starting in the late 1950s, and several algorithms have been developed.

See also

Invertible matrix
Moore–Penrose pseudoinverse
Projection (linear algebra)

References

Arthur Cayley (1858) "A memoir on the theory of matrices," Philosophical Transactions of the Royal Society of London, 148 : 17-37. The transpose (or "transposition") is defined on page 31.

External links

Mathematics Encyclopedia

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License

Home - Hellenica World