Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Linear Algebra
See also: ' inv

Function: trans
Description: trans transposes matrices. This function is equal to the operator '

Usage: y = trans (x)
Input:
x array of matrices
Output:
y array of matrices

Example:
x = #(1,2)~#(3,4)~#(5,6)
trans(x)

Result:
Contents of trans

[1,]     1     2
[2,]     3     4
[3,]     5     6



(C) MD*TECH Method and Data Technologies, 05.02.2006