Macaulay2 » Documentation
Packages » PolyominoIdeals » adjacent2MinorIdeal
next | previous | forward | backward | up | index | toc

adjacent2MinorIdeal -- Ideal generated by adjacent 2-minors

Description

This function constructs the ideal generated by all adjacent $2$-minors of Q, as defined in [HH2012].



i1 : Q = cellCollection {{1,1},{1,2},{2,1},{2,2}};
i2 : I = adjacent2MinorIdeal Q

o2 = ideal (x   x    - x   x   , x   x    - x   x   , x   x    - x   x   ,
             2,2 1,1    2,1 1,2   2,3 1,2    2,2 1,3   3,2 2,1    3,1 2,2 
     ------------------------------------------------------------------------
     x   x    - x   x   )
      3,3 2,2    3,2 2,3

o2 : Ideal of QQ[x   , x   , x   , x   , x   , x   , x   , x   , x   ]
                  3,3   3,2   3,1   2,3   2,2   2,1   1,3   1,2   1,1

See also

Ways to use adjacent2MinorIdeal:

  • adjacent2MinorIdeal(CollectionOfCells)

For the programmer

The object adjacent2MinorIdeal is a method function with options.


The source of this document is in PolyominoIdeals.m2:1296:0.