Glossary

Transpose

by Frank Zickert

A **transpose** of a matrix is formed by flipping it over its diagonal — rows become columns and columns become rows. Mathematically, the element at position ( (i, j) ) in the original matrix moves to ( (j, i) ) in the transposed matrix. It’s often denoted as ( A^T ) or ( A' ).