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

LieDerivation LieElement -- apply a derivation

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:


The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/GradedLieAlgebras/doc.m2:2761:0.