transpose

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

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 Chap. 7: page 134; Chap. 8: page 164; Chap. 19: page 473