[next][previous][up][top][index]
search for:

MonomialSize -- specify maximum exponent size

MonomialSize => n -- an option which determines the maximum exponent size.

Used as an option to monoid, or when a polynomial ring is created. Setting 'MonomialSize=>n' specifies that monomial exponents may be as large as 2^n - 1. The default value is 8, allowing for exponents up to 255.

See monoid for details.

The symbol MonomialSize is a member of the class Symbol.

Functions with optional argument named MonomialSize :

  • graphIdeal(..., MonomialSize => ...)
  • graphRing(..., MonomialSize => ...)
  • modifyRing(..., MonomialSize => ...)
  • symmetricAlgebra(..., MonomialSize => ...)
  • tensor(..., MonomialSize => ...)

  • [next][previous][up][top][index]
    search for: