Scilab Function
Last update : 00/32767/48468892
pertrans - pertranspose
Calling Sequence
- [Y]=pertrans(X)
Parameters
-
X: real or complex matrix
-
Y: real or complex matrix
Description
Y=pertrans(X) returns the pertranspose of X, i.e.
the symmetric of X w.r.t the second diagonal (utility
function).
Examples
A=[1,2;3,4]
pertrans(A)