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

imageBasisLie -- a basis of the image of a Lie homomorphism in a specified degree

Synopsis

Description

i1 : L=lieAlgebra({a,b,c,r3,r4,r42},
                      {{{1,-1},{[b,c],[a,c]}},[a,b],{{1,-1},{[b,r4],[a,r4]}}},
                      genWeights => {{1,0},{1,0},{2,0},{3,1},{4,1},{4,2}},
                      genDiffs=>{[],[],[],[a,c],[a,a,c],{{1,-1},{[r4],[a,r3]}}},
                      genSigns=>{0,0,0,1,1,0})

o1 = L

o1 : LieAlgebra
i2 : M=minmodelLie 5

o2 = M

o2 : LieAlgebra
i3 : f=M.modelmap

o3 = f

o3 : MapLie
i4 : imageBasisLie(5,1,f)

o4 = {[b, b, r3], [b, a, r3], [a, a, r3], [c, r3]}

o4 : List

See also

Ways to use imageBasisLie :