The symbol SPACE is used as notation for multiplication by scalars. The scalars are of type Number if the field is QQ, otherwise the scalars are of type RingElement.
i1 : M = lieAlgebra{a,b} o1 = M o1 : LieAlgebra |
i2 : L = lieAlgebra{a,b} o2 = L o2 : LieAlgebra |
i3 : f = mapLie(L,M,{a,b}) o3 = f o3 : MapLie |
i4 : peekLie(-2 f) o4 = MapLie{a => - 2 a } b => - 2 b sourceLie => M targetLie => L |