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

relsLie -- the list of relations of the Lie algebra

Synopsis

Description

i1 : L=lieAlgebra({a,b,c},{[a,b],{{1,-1},{[a,a,c],[b,b,c]}}})

o1 = L

o1 : LieAlgebra
i2 : L.relsLie

o2 = {[a, b], {{1, -1}, {[a, a, c], [b, b, c]}}}

o2 : List

For the programmer

The object relsLie is a symbol.