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 in Chap. 7: page 91; Chap. 8: page 110; Chap. 19: page 304