Share on Facebook Share on Twitter Email
Answers.com

transpose

 
(trăns-pōz') pronunciation

v., -posed, -pos·ing, -pos·es.

v.tr.
  1. To reverse or transfer the order or place of; interchange.
  2. To put into a different place or order: transpose the words of a sentence. See synonyms at reverse.
  3. Mathematics. To move (a term) from one side of an algebraic equation to the other side, reversing its sign to maintain equality.
  4. Music. To write or perform (a composition) in a key other than the original or given key.
  5. To render into another language.
  6. To alter in form or nature; transform.
v.intr.
  1. Music. To write or perform music in a different key.
  2. To admit of being transposed.
n. Mathematics (trăns'pōz')
A matrix formed by interchanging the rows and columns of a given matrix.

[Middle English transposen, to transform, from Old French transposer, alteration (influenced by poser, to put, place) of Latin trānspōnere, to transfer : trāns-, trans- + pōnere, to place.]

transposable trans·pos'a·ble adj.

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics

Typesetting error in which the positions of two characters are reversed-for example, "tranpsose," where the "p" and the "s" are reversed.

Roget's Thesaurus:

transpose

Top

verb

  1. To change to the opposite position, direction, or course: invert, reverse, turn (about, around, over. or round). See change/persist.
  2. To change into a different form, substance, or state: convert, metamorphose, mutate, transfigure, transform, translate, transmogrify, transmute, transubstantiate. See change/persist.

Antonyms by Answers.com:

transpose

Top

v

Definition: swap, switch
Antonyms: leave alone

Word Tutor:

transpose

Top
pronunciation

IN BRIEF: Cause to change places.

pronunciation Things base and vile, holding no quantity, love can transpose to form and dignity. — William Shakespeare (1564-1616)

LearnThatWord.com is a free vocabulary and spelling program where you only pay for results!

  1. to alter the position of; to interchange or place in a different order.
  2. (in mathematics)
    (a) to interchange the rows and columns of a matrix (def. 8).

    (b) the matrix resulting from interchanging the rows and columns of a given such matrix.

Previous:transposase, transposable element, transporter
Next:transposition, transposition sequence, transposon
Random House Word Menu:

categories related to 'transpose'

Top
Random House Word Menu by Stephen Glazier
For a list of words related to transpose, see:

  See crossword solutions for the clue Transpose.
This article is about the transpose of a matrix. For other uses, see Transposition

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

  • reflect A over its main diagonal (which runs 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,j) element of AT is the (j,i) element of A.

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

If A is an m × n matrix then AT is a n × m matrix. The transpose of a scalar is the same scalar.

Contents

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:

  1. ( \mathbf{A}^\mathrm{T} ) ^\mathrm{T} = \mathbf{A} \quad \,
    Taking the transpose is an involution (self inverse).
  2. (\mathbf{A}+\mathbf{B}) ^\mathrm{T} = \mathbf{A}^\mathrm{T} + \mathbf{B}^\mathrm{T} \,
    The transpose respects addition.
  3. \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.
  4. (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.
  5. \det(\mathbf{A}^\mathrm{T}) = \det(\mathbf{A}) \,
    The determinant of a square matrix is the same as that of its transpose.
  6. 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 aibi in Einstein notation.
  7. If A has only real entries, then ATA is a positive-semidefinite matrix.
  8. (\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 often used to represent either of these equivalent expressions.
  9. If A is a square matrix, then its eigenvalues are equal to the eigenvalues of its transpose.

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 skew-symmetric matrix; that is, A is skew-symmetric if

\mathbf{A}^{\mathrm{T}} = -\mathbf{A}.\,

The conjugate transpose of the complex matrix A, written as A*, is obtained by taking the transpose of A and the complex conjugate of each entry:

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

A square matrix whose transpose is also its inverse is called an orthogonal matrix; that is, G is orthogonal if

\mathbf{G G}^\mathrm{T} = \mathbf{G}^\mathrm{T} \mathbf{G} = \mathbf{I}_n , \,   the identity matrix, i.e. GT = G−1.

Transpose of linear maps

If f : VW 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 : WV, determined by

B_V(v,{}^tf(w))=B_W(f(v),w) \quad \forall\ v \in V, w \in W.

Here, BV and BW 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 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.

If V and W do not have bilinear forms, then the transpose of a linear map f : VW is only defined as a linear map tf : W*V* between the dual spaces of W and V.

This means that the transpose (and even the orthogonal group) can be defined abstractly, and completely without reference to matrices (nor the components thereof). If f : VW then for any o : WF (that is, any o belonging to W*), if Tf(o) is defined as o composed with f then it will map VF (that is, Tf will map W* to V*). If the vector spaces have metrics then V* can be uniquely mapped to V, etc, such that we can immediately consider whether or not fT : WV is equal to f −1 : WV.

As a shorthand for contraction with the metric tensor

Introductory linear algebra generally does not distinguish between the notion of a vector and a dual vector. Once that distinction is made, many common expressions seem to be freely transposing vectors to create dual vectors, in seeming disregard for the distinction. For example, this is the case in defining the inner product as

u\cdot v:= u^\mathrm{T} v.

What is going on here is that uT is a notational shortcut for tensor contraction with the metric tensor. Using the Einstein summation convention, with regular (contravariant) vectors having upper indices, this is computing

u\cdot v:= g_{ij} u^i v^j

with the metric tensor for the Euclidean metric being the Kronecker delta. In other words, the notation uT to create a dual vector is really shorthand:

\,(u^\mathrm{T})_j = g_{ij} u^i.

with the assumption that gij = δij.

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.

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

External links


Translations:

Transpose

Top

Dansk (Danish)
v. tr. - transponere, omsætte, flytte
v. intr. - omsøtte, transponere, omflytte
n. - transponer, omsæt, flyt

Nederlands (Dutch)
verplaatsen, omzetten

Français (French)
v. tr. - intervertir, (Math, Mus) transposer
v. intr. - (Mus) transposer, admettre une transposition
n. - interversion, (Math, Mus) transposition

Deutsch (German)
v. - umstellen, transponieren, vertauschen
n. - transponierte Matrix

Ελληνική (Greek)
v. - (αντι)μεταθέτω, μετατοπίζω, μετατάσσω
n. - (μαθ.) ανάστροφος πίνακας

Italiano (Italian)
trasposizione, trasporre

Português (Portuguese)
v. - transpor, inverter a ordem de, trocar a posição de
n. - alterar em forma ou natureza

Русский (Russian)
перемещать, переставлять, (муз.) транспонировать

Español (Spanish)
v. tr. - transponer, transportar
v. intr. - transponer
n. - transposición

Svenska (Swedish)
v. - flytta om, kasta om, låta byta plats, transponera (mus.)
n. - transponering

中文(简体)(Chinese (Simplified))
调换, 变调, 移项, 移位, 进行变换, 转置阵

中文(繁體)(Chinese (Traditional))
v. tr. - 調換, 變調, 移項, 移位
v. intr. - 進行變換
n. - 轉置陣

한국어 (Korean)
v. tr. - 바꾸어 놓다, 교차 시키다, 고쳐 표현하다
v. intr. - 이조하다, 바꾸어 넣을 수 있다
n. - 전치행렬

日本語 (Japanese)
v. - 位置を変える, 置き換える, 言い換える
n. - 転置行列

العربيه (Arabic)
‏(فعل) ينقل, يترجم, يحول (الاسم) نقل, ترجمه, تحويل‏

עברית (Hebrew)
v. tr. - ‮שינה סדר, החליף מקומות, הפך, העביר איבר לצד השני של המשוואה (מתמטיקה)‬
v. intr. - ‮ביצע קטע מוסיקלי במפתח שונה מזה שנכתב בו‬
n. - ‮מטריצה שנוצרה ממטריצה אחרת ע"י חילופי מקומות (מתמטיקה)‬


Best of the Web:

transpose

Top

Some good "transpose" pages on the web:


Math
mathworld.wolfram.com
 
 
 

 

Copyrights:

American Heritage Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved.  Read more
Barron's Marketing Dictionary. Dictionary of Marketing Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved.  Read more
Roget's Thesaurus. Roget's II: The New Thesaurus, Third Edition by the Editors of the American Heritage® Dictionary Copyright © 1995 byHoughton Mifflin Company. Published by Houghton Mifflin Company. All rights reserved.  Read more
Answers Corporation Antonyms by Answers.com. © 1999-present by Answers Corporation. All rights reserved.  Read more
Word Tutor. Copyright © 2004-present by eSpindle Learning, a 501(c) nonprofit organization. All rights reserved.
eSpindle provides personalized spelling and vocabulary tutoring online; sign up free Read more
 Oxford Dictionary of Biochemistry. Oxford University Press. Oxford Dictionary of Biochemistry and Molecular Biology © 1997, 2000, 2006 All rights reserved.  Read more
Random House Word Menu. © 2010 Write Brothers Inc. Word Menu is a registered trademark of the Estate of Stephen Glazier. Write Brothers Inc. All rights reserved.  Read more
 Rhymes. Oxford University Press. © 2006, 2007 All rights reserved.  Read more
Bradford's Crossword Solver's Dictionary. Collins Bradford's Crossword Solver's Dictionary © Anne Bradford, 1986, 1993, 1997, 2000, 2003, 2005, 2008 HarperCollins Publishers All rights reserved.  Read more
Wikipedia on Answers.com. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article Transpose Read more
Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved.  Read more

Follow us
Facebook Twitter
YouTube

Mentioned in

» More» More