Macaulay2 » Documentation
Packages » GradedLieAlgebras :: LieDerivation LieElement
next | previous | forward | backward | up | index | toc

LieDerivation LieElement -- apply a derivation

Synopsis

Description

i1 : L = lieAlgebra{a,b}

o1 = L

o1 : LieAlgebra
i2 : d = lieDerivation{a,b}

o2 = d

o2 : LieDerivation
i3 : d a a a b a

o3 = 5 (a a a b a)

o3 : L

See also

Ways to use this method: