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

LieDerivation \ List -- apply a derivation to every element in a list

Description

i1 : L = lieAlgebra{a,b}

o1 = L

o1 : LieAlgebra
i2 : d = euler L

o2 = d

o2 : LieDerivation
i3 : d\basis(5,L)

o3 = {5 (a a a b a), 5 (b a a b a), 5 (a b a b a), 5 (b b a b a), 5 (a b b b
     ------------------------------------------------------------------------
     a), 5 (b b b b a)}

o3 : List

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:2782:0.