Trans Function
Transpose a matrix
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
|
|
Transpose a matrix
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.
Trans (Matrix)
|
|