71.21 MatrixDecompositionMatrix

MatrixDecompositionMatrix(d)

qqqqReturns the GAP matrix corresponding to the Specht decomposition matrix d. The rows and columns of d are ordered by H.Ordering.

gap> MatrixDecompositionMatrix(DecompositionMatrix(Specht(3),5));      
[ [ 1, 0, 0, 0, 0 ], [ 0, 1, 0, 0, 0 ], [ 0, 1, 1, 0, 0 ], 
  [ 0, 0, 0, 1, 0 ], [ 1, 0, 0, 0, 1 ], [ 0, 0, 0, 0, 1 ], 
  [ 0, 0, 1, 0, 0 ] ]

See also DecompositionMatrix DecompositionMatrix and DecompositionMatrixMatrix DecompositionMatrixMatrix. This function requires the package ``specht'' (see RequirePackage).

Previous Up Top Next
Index

GAP 3.4.4
April 1997