trn

From STX Wiki
< Programmer Guide‎ | Command Reference‎ | EVAL
Revision as of 13:01, 21 April 2011 by 193.171.195.48 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Transpose the matrix x.

Usage
trn(x)
x
a matrix
Result
The result r is the transposed matrix x (r[i,j] = x[j,i])
Note: If x is not a matrix, then the result is the same as the argument.
See also
inv, mul, ctrn

<function list>

Navigation menu

Personal tools