Macaulay2 » Documentation
Packages » GradedLieAlgebras :: ScriptedFunctor _ LieAlgebra
next | previous | forward | backward | up | index | toc

ScriptedFunctor _ LieAlgebra -- get the identity homomorphism

Synopsis

Description

i1 : L = lieAlgebra{a,b}

o1 = L

o1 : LieAlgebra
i2 : id_L

o2 = id_L

o2 : LieAlgebraMap
i3 : peek oo

o3 = LieAlgebraMap{a => a                      }
                   b => b
                   cache => CacheTable{...1...}
                   source => L
                   target => L

Ways to use this method: