User's Manual

276
TRACE
See User’s manual
TRN(matrix)
This function returns the transpose of an n x m matrix.
For example, if
23
11 2
04
M


=



then TRN(M1) would return
210
324
.