Macaulay2 » Documentation
Packages » OIGroebnerBases > getBasisElements
next | previous | forward | backward | up | index | toc

getBasisElements -- get the basis elements of a free OI-module

Synopsis

Description

Returns the basis elements of a free OI-module.

i1 : P = makePolynomialOIAlgebra(2, x, QQ);
i2 : F = makeFreeOIModule(e, {1,1}, P);
i3 : getBasisElements F

o3 = {1e       , 1e       }
        1,{1},1    1,{1},2

o3 : List

Ways to use getBasisElements :

For the programmer

The object getBasisElements is a method function.