Description
The Function \(Trans\) returns a transposed matrix.
Transposing a matrix means the first column is exchanged with the first row, the second column with the second row, etc.
Syntax
Trans (Matrix)
Example
Matrix Functions
Concatenates matrices or vectors
Cholesky decomposition of a matrix
Returns the determinant of a matrix
Matrix first diagonal is initialized
Returns the first diagonal of a matrix
Lower triangle of a matrix
Returns the value mn of a matrix
The induced L1-Norm of a matrix
The induced L2-Norm of a matrix
Singular value decomposition
Upper triangle of a matrix
Rotation around the x, y and z axes