Macaulay2 » Documentation
Packages » OIGroebnerBases > net(ModuleInWidth)
next | previous | forward | backward | up | index | toc

net(ModuleInWidth) -- display a component of a free OI-module in a specified width

Synopsis

Description

Displays information about a widthwise component of a free OI-module.

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

                                                                     15
o3 = (QQ[x   , x   , x   , x   , x   , x   , x   , x   , x   , x   ])   in
          2,5   2,4   2,3   2,2   2,1   1,5   1,4   1,3   1,2   1,1
     ------------------------------------------------------------------------
     width 5

Ways to use this method: