transpose

Terms from Artificial Intelligence: humans at the heart of algorithms

The transpose of a matrix M (often written MT) is the matrix reflected along its diagonal. That is given a matrix Mjk, its transpose is MTst = Mts. For example.

matrix M   transpose MT
123147
456258
789369

Used on page 466