
| ACE | BNA | CG | CLG | COMP | FM | FREE | HEKA | IDCA | NCA | NCSF | PART | SFA | SG | SGA | SP | SYMF | TAB | TYP |
FUNCTION: BnMat2Bar - calculate the signed permutation from a given permutation matrix
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(BN):
> BnBar2Mat([-3, 2, -1]);
[ 0 0 -1 ]
[ ]
[ 0 1 0 ]
[ ]
[ -1 0 0 ]
> BnMat2Bar( BnBar2Mat([-3, 2, -1]) );
[-3, 2, -1]
SEE ALSO: BnBar2Mat