AdjointRepresentationOfAlgebra

AdjointRepresentationOfAlgebra[L]
gives the adjoint representation of the Lie algebra L.
  • The Lie algebra L can be provided either from its structure constants or their infinitesimal generator representation.
  • The following options can be given :
SilentFalsesuppress printing whether the representation returned is faithfull
  • AdjointRepresentationOfAlgebra returns a set of matrices that span the adjoint representation of the Lie algebra. A message will be printed inticating wheteher the representation is faithfull. That message can be suppresed with the option Silent.
In[1]:=
Click for copyable input
Let the Lie algebra:
In[2]:=
Click for copyable input
Out[2]=
its adjoint representation is given by the span of the matrices:
In[4]:=
Click for copyable input
Out[4]=
 
In[1]:=
Click for copyable input
Let the Lie algebra given by its structure constants:
In[2]:=
Click for copyable input
Out[2]=
its adjoint representation is given by the span of the matrices:
In[4]:=
Click for copyable input
Out[4]=
Evidently, this Lie algebra is so(3).