Ivan Shishkin, Birch Grove

Transpose of a matrix

Definition / General algebra / Stub

English
EnglishFrançais
This article is a stub
Stub. This concept is still a minimal draft.
Intuition

The transpose of a matrix is a new matrix obtained by interchanging the rows and columns of the initial matrix.

For example,
(123456)T=(142536).\begin{pmatrix} 1 & 2 & 3\\ 4 & 5 & 6 \end{pmatrix}^{T} = \begin{pmatrix} 1 & 4\\ 2 & 5\\ 3 & 6 \end{pmatrix}.

Formal definition

Let
A=(aij)1im, 1jnA=(a_{ij})_{1\le i\le m,\ 1\le j\le n}be an m×nm\times n matrix. The transpose of AA, denoted by ATA^T, AtA^t, or tA{}^tA, is the n×mn\times m matrix
AT=(aji)1in, 1jm.A^T=(a_{ji})_{1\le i\le n,\ 1\le j\le m}.

Practice this concept with exercises

  • Déterminer les transposées des matrices suivantes :

    • A=(124035)A = \begin{pmatrix} 1 & -2 & 4 \\ 0 & 3 & 5 \end{pmatrix}

    • B=(210134522)B = \begin{pmatrix} 2 & 1 & 0 \\ -1 & 3 & 4 \\ 5 & 2 & -2 \end{pmatrix}

    Open exerciseDifficulty 15/100 · 1 solution · 0 hints
Problems using this concept (0)

No listed problems link to this concept yet.

Problems using this concept (spoiler) (0)

No listed problems use this concept as a spoiler yet.