Scilab 6.0.0
Scilab Help >> Elementary Functions > Matrix manipulation > pertrans
pertrans
Transposition with reference to the 2nd diagonal
Syntax
[Y] = pertrans(X)
Arguments
- X, Y
square or rectangular matrices of any data type
Description
Y = pertrans(X)
returns the simultaneous permutation and transposition of
X
, i.e. the symmetric of X
with reference to the second diagonal (utility function).
Examples
See Also
- transposition — (') transpose operator, string delimiter
- flipdim — reverses the order of (blocs of) rows, columns, pages.. of a matrix or hypermatrix
- permute — permute the dimensions of an array
Comments
Add a comment:
Please login to comment this page.