The optional inputs given above are not relevant for Lie algebras. If M is the minimal model of a Lie algebra L, then there is defined a Lie algebra map f: M → L, and this map is represented by map(M).
i1 : L=lieAlgebra{a,b,c}/{a b,a b c} o1 = L o1 : LieAlgebra |
i2 : M=minimalModel(3,L) o2 = M o2 : LieAlgebra |
i3 : describe map(M) o3 = fr => a 0 fr => b 1 fr => c 2 fr => 0 3 fr => 0 4 source => M target => L |