Tran(M) = Transpose of matrix M:
If M is an m by n matrix, the result will be an n by m matrix with the j, i element equal to the i, j element of M.
Return to Matrix and Polynomial Computations Return to Harry's Home Page