Previous Up Next

6.47.1  Transpose of a matrix: tran transpose

The tran command finds the transpose of a matrix.
transpose is a synonym for tran.


Example.
Input:

tran([[1,2],[3,4]])

Output:



13
24



Previous Up Next