Defining a Lie group
We input the action and the coordinates of the neutral element derived in the previous section to the function GSetup. The output of GSetup is a function pointer G, which gives us access to the Lie group. From the previous section, we know the following group action coincides locally to R.
The command Gad computes the corresponding Lie algebra commutator tensor ad. Indeed, ad coincides with the matrix commutator for matrices X with trace X=0.
But back to the group. To perform the group operation g◦h between two elements g,h∈G, lots of notation is allowed. A few examples are
The neutral element leaves any element fix. Numerical values are allowed - of course.
By the way, the neutral element is stored as
The inverse mapping is restored by
Input vectors have to be of length equal to the dimension of the group. In our case dim G=3.
So the following input causes an error.
Created by Mathematica (September 30, 2006) |