next | previous | forward | backward | up | top | index | toc | Macaulay2 website
GradedLieAlgebras :: ScriptedFunctor _ LieAlgebra

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: