[Next][Prev] [Right] [Left] [Up] [Index] [Root]
Given a Lie algebra L of dimension n over a ring R,
and ring elements r_1, r_2, ..., r_n in R
construct the element r_1 * e_1 + r_2 * e_2 + ... + r_n * e_n of L.
Given a Lie algebra L of dimension n and a sequence
Q = [r_1, r_2, ..., r_n] of elements of the base ring R of L,
construct the element r_1 * e_1 + r_2 * e_2 + ... + r_n * e_n of L.
L ! 0 : AlgLie, RngIntElt -> AlgLieElt
Create the zero element of the Lie algebra L.
Given an Lie algebra L defined over a finite ring,
return a random element.
Return the product of the i-th and j-th basis element of L.
Return the products of all basis elements of L as a sequence Q of n
sequences of n elements of L, where n is the dimension of L.
The element Q[i][j] is the product of the i-th and j-th basis elements.
[Next][Prev] [Right] [Left] [Up] [Index] [Root]