Information AboutTranspose |
| CATEGORIES ABOUT TRANSPOSE | |
| matrices | |
| abstract algebra | |
| linear algebra | |
|
In Mathematics , and in particular Linear Algebra , the transpose of a Matrix is another matrix, produced by turning rows into columns and vice versa. Informally, the transpose of a square matrix is obtained by reflecting at the Main Diagonal (that runs from the top left to bottom right of the matrix). The transpose of the matrix ''A'' is written as ''A''tr, t''A'', ''A''′, or ''A''T. Formally, the transpose of the ''m''-by-''n'' matrix ''A'' is the ''n''-by-''m'' matrix ''A''T defined by ''A''T ''j'' = ''A'' ''i'' for 1 ≤ ''i'' ≤ ''n'' and 1 ≤ ''j'' ≤ ''m''. For example, : PROPERTIES For any two ''m''-by-''n'' matrices ''A'' and ''B'' and every Scalar ''c'', we have (''A + B'')T = ''A''T + ''B''T and (''cA'')T = ''c''(''A''T). 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: (''A''T)T = ''A''. If ''A'' is an ''m''-by-''n'' and ''B'' an ''n''-by-''k'' matrix, then we have (''AB'')T = (''B''T)(''A''T). Note that the order of the factors switches. From this one can deduce that a square matrix ''A'' is invertible if and only if ''A''T is invertible, and in this case we have (''A''-1)T = (''A''T)-1. The Dot Product of two Vector s expressed as columns of their coordinates can be computed as : where the product on the right is the ordinary matrix multiplication. If ''A'' is an arbitrary ''m''-by-''n'' matrix with real entries, then ''A''T''A'' is a Positive Semidefinite matrix. If ''A'' is an ''n''-by-''n'' matrix over some Field , then ''A'' is Similar to ''A''T. FURTHER NOMENCLATURE A square matrix whose transpose is equal to itself is called a Symmetric Matrix , i.e. ''A'' is symmetric Iff : : A square matrix whose transpose is also its inverse is called an Orthogonal Matrix , i.e. ''G'' is orthogonal iff : the Identity Matrix A square matrix whose transpose is equal to its negative is called Skew-symmetric , i.e. ''A'' is skew-symmetric iff: :
TRANSPOSE OF LINEAR MAPS If ''f'': V→W is a Linear Map between Vector Space s V and W with Nondegenerate Bilinear Form s, we define the ''transpose'' of ''f'' to be the linear map t''f'' : W→V determined by : for all ''v'' in ''V'' and ''w'' in ''W''. Here, ''B''''V'' and ''B''''W'' are the bilinear forms on ''V'' and ''W'' respectively. The matrix of the transpose of a map is the transposed matrix only if the Bases are orthonormal with respect to their bilinear forms. Over a complex vector space, one often works with Sesquilinear Form s 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 . |
|
|