Given Lie algebra data, how to find its group in maplesoft software?

66 Views Asked by At
LD3:=[[e1, e2]=e4,[e1, e3]=e5,[e1, e4]=-e2,[e1, e5]=-e3,[e2, e3]=-e6,[e2, e4]=-e1,[e2, e6]=-e3,[e3, e5]=-e1 

[e3, e6]=e2,[e4, e5]=-e6,[e4, e6]=-e5,[e5, e6]=e4],[C12, C13, C14, C23, C24, C34],[b12, b13, b14, b23, b24, b34]

How can I find the corresponding group for the Lie algebra given in the picture (using maplesoft software)

1

There are 1 best solutions below

2
On

The commands LiesThirdTheorem and Action, from the DifferentialGeometry:-GroupActions package, might be what you are looking for.