Macaulay2 » Documentation
Packages » GradedLieAlgebras :: center
next | previous | forward | backward | up | index | toc

center -- make the ideal of central elements

Synopsis

Description

i1 : L = lieAlgebra{a,b,c}/{a b,a c,c b c,b b c b}

o1 = L

o1 : LieAlgebra
i2 : C = center L

o2 = C

o2 : LieIdeal
i3 : dims(1,5,C)

o3 = {1, 0, 1, 0, 0}

o3 : List
i4 : basis(3,C)

o4 = {(b c b)}

o4 : List

See also

Ways to use center :

For the programmer

The object center is a method function.