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

zeroDerivation -- make a derivation from the zero map

Synopsis

Description

The zero map from $L$ to $L$ is a derivation.

i1 : L = lieAlgebra{a,b}

o1 = L

o1 : LieAlgebra
i2 : dL=differential L

o2 = 0

o2 : LieDerivation
i3 : d=zeroDerivation L

o3 = 0

o3 : LieDerivation
i4 : dL===d

o4 = true

See also

Ways to use zeroDerivation :

For the programmer

The object zeroDerivation is a method function.