Programmer Guide/Command Reference/EVAL/trn: Difference between revisions

From STX Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
Transpose the matrix ''x''.  
Transpose the matrix ''x''.  
;Usage: '''<code>trn(<var>x</var>)</code>'''
;Usage: <code>trn(<var>x</var>)</code>
:;<var>x</var>: a matrix
:;<var>x</var>: a matrix
;Result: The result ''r'' is the transposed matrix ''x'' (<code>''r''[i,j] = ''x[j,i]''</code>)
;Result: The result ''r'' is the transposed matrix ''x'' (<code>''r''[i,j] = ''x[j,i]''</code>)
:Note: If ''x'' is not a matrix, then the result is the same as the argument.
:Note: If ''x'' is not a matrix, then the result is the same as the argument.
;See also: [[../inv|inv]], [[../mul|mul]], [[../complex arithmetic#special functions|ctrn]]


;See also: [[Programmer_Guide/Command_Reference/EVAL/inv|inv]], [[Programmer_Guide/Command_Reference/EVAL/mul|mul]], [[Programmer_Guide/Command_Reference/EVAL/ctrn|ctrn]]
[[../#Functions|<function list>]]
 
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]

Latest revision as of 13:01, 21 April 2011

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