UpperCentralSeries

UpperCentralSeries[L]
gives the upper central series for the Lie algebra L.
UpperCentralSeries[L, n]
gives the upper central series for the Lie algebra L up to order n.
UpperCentralSeries[L, {n}]
gives the nth member of the upper central series for the Lie algebra L.
  • The Lie algebra L can be given either from its structure constants or from its infinitesimal generator representation.
  • UpperCentralSeries returns the sequence of ideals C1(L)C2(L) Ci(L) where, Ci+1(L)/Ci(L)=C(L/Ci(L)), i≥1 and C1(L)=C(L) the center of L. The second argument specifies whether a portion or a specific member of the chain will be returned.
In[1]:=
Click for copyable input
Let the Lie algebra defined by the structure constants:
In[2]:=
Click for copyable input
The lower central series is:
In[3]:=
Click for copyable input
Out[3]=
To get the chain up to the second member:
In[4]:=
Click for copyable input
Out[4]=
To get only the third member of the chain:
In[5]:=
Click for copyable input
Out[5]=