next | previous | forward | backward | up | top | index | toc | packages | Macaulay2 website
ResLengthThree :: multTableOneTwo(...,Labels=>...)

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

Synopsis

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 res 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|   |  |
     +--+---+--+

Further information

Functions with optional argument named Labels :