next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
GradedLieAlgebras :: permopLie

permopLie -- the result of a permutation operating on a general Lie expression

Synopsis

Description

A permutation is given as a list of cycles of the generators and is operating on a general Lie expression by operating on each Lie monomial.

i1 : L=holonomyLie{{0,1,2},{0,3,4},{1,3,5},{2,4,5}}

o1 = L

o1 : LieAlgebra
i2 : permopLie({{5,0},{1,2,4,3}},{{1,1},{[1,2,4],[0,5,3]}})

o2 = [4, 5, 3]

o2 : Array
i3 : normalFormLie{{1,1},{[2,4,3],[5,0,1]}}

o3 = [4, 5, 3]

o3 : Array

See also