next | previous | forward | backward | up | top | index | toc | home

vars(GeneralOrderedMonoid) -- row matrix of the variables

Synopsis

Description

The result is the same as that provided by generators(GeneralOrderedMonoid).
i1 : M = monoid[x,y,z]

o1 = M

o1 : GeneralOrderedMonoid
i2 : vars M

o2 = {x, y, z}

o2 : List