Transpose Command Transpose( <Matrix> ) Transposes the matrix. Transpose({{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}) yields the matrix (147258369). CAS Syntax Transpose( <Matrix> ) Transposes the matrix. Transpose({{a, b}, {c, d}}) yields the matrix(acbd). See also Eigenvalues Command, Eigenvectors Command, SVD Command, Invert Command, JordanDiagonalization Command