Transpose

From testwiki
Jump to navigation Jump to search

Template:About

The transpose of a matrix A is another matrix where the rows of A are written as columns. Vectors can be transposed in the same way. We can write the transpose of A using different symbols such as AT,[1][2] A[3] Atr and At.

Examples

Here is the vector [12] being transposed:

  • [12]T=[12].

Here are a few matrices being transposed:

  • [1234]T=[1324].
  • [123456]T=[135246].
  • [128343561]T=[135246831].

Properties

Given two matrices A and B, the following properties related to the transpose are true:[3]

  • (AT)1=(A1)T
  • (AB)T=BTAT

References

Template:Math-stub