Macaulay2 » Documentation
Packages » ResLengthThree :: multTableOneTwo(...,Labels=>...)
next | previous | forward | backward | up | index | toc

multTableOneTwo(...,Labels=>...) -- an optional argument for multTableOneTwo determining whether to label rows and columns

Description

The default value of Labels is true. Changing the value to false removes the row and column labels.

i1 : Q = QQ[x,y,z];
i2 : A = resLengthThreeAlg freeResolution ideal (x^2,y^2,z^2)

o2 = A

o2 : QuotientRing
i3 : netList multTableOneTwo (A, Labels => false)

     +--+---+--+
o3 = |0 |0  |g |
     |  |   | 1|
     +--+---+--+
     |0 |-g |0 |
     |  |  1|  |
     +--+---+--+
     |g |0  |0 |
     | 1|   |  |
     +--+---+--+

Functions with optional argument named Labels:

Further information

  • Default value: true
  • Function: multTableOneTwo -- the multiplication table for products of elements in degree one with elements in degree two
  • Option key: Labels -- an optional argument for multTableOneOne and MultTableOneTwo determining whether to label rows and columns

The source of this document is in /build/reproducible-path/macaulay2-1.25.05+ds/M2/Macaulay2/packages/ResLengthThree.m2:677:0.