Macaulay2 » Documentation
Packages » VirtualResolutions :: virtualOfPair(...,LengthLimit=>...)
next | previous | forward | backward | up | index | toc

virtualOfPair(...,LengthLimit=>...) -- stop when the virtual resolution reaches this length

Description

When the optional argument LengthLimit is specified virtualOfPair will stop computing syzygies after the given length is reached, otherwise computation continues until the resolution terminates.

See also

Functions with optional argument named LengthLimit:

  • bgg(...,LengthLimit=>...) -- see bgg -- make a linear free complex from a module over an exterior algebra or a symmetric algebra
  • minimalBetti(...,LengthLimit=>...) -- see minimalBetti -- minimal betti numbers of (the minimal free resolution of) a homogeneous ideal or module
  • resolution(...,LengthLimit=>...) -- stop when the resolution reaches this length
  • virtualOfPair(...,LengthLimit=>...) -- stop when the virtual resolution reaches this length

Further information

  • Default value: infinity
  • Function: virtualOfPair -- creates a virtual resolution from a free resolution by keeping only summands of specified degrees
  • Option key: LengthLimit -- an optional argument

The source of this document is in VirtualResolutions/doc.m2:502:0.