Macaulay2 » Documentation
Packages » VNumber :: VNumber
next | previous | forward | backward | up | index | toc

VNumber -- a package for computing the v-number and v-function

Description

VNumber is a package for computing the v-number of homogeneous ideals and v-function of monomial ideals

Authors

Version

This documentation describes version 1.0 of VNumber.

Source code

The source code from which this documentation is derived is in the file VNumber.m2.

Exports

  • Functions and commands
    • isStablePrime -- test whether a prime ideal is a stable prime of a ideal $I$
    • reesMap -- compute the Rees map of $I$
    • soc -- compute the $\text{Soc}_\mathfrak{p}^*(I)$, where $I$ is a monomial ideal
    • stableMax -- compute the set of stable primes of a monomial ideal that are maximal with respect to the inclusion.
    • stablePrimes -- compute the set of stable primes of a monomial ideal
    • vFunction -- compute the $\text{v}$-function of monomial ideal $I$
    • vFunctionP -- compute the $\text{v}_\mathfrak{p}$-function of monomial ideal $I$
    • vNumber -- compute the $\text{v}$-number of homogeneous ideal $I$
    • vNumberP -- compute the $\text{v}_\mathfrak{p}$-number of homogeneous ideal $I$
  • Methods
    • isStablePrime(Ideal,Ideal) -- see isStablePrime -- test whether a prime ideal is a stable prime of a ideal $I$
    • reesMap(Ideal) -- see reesMap -- compute the Rees map of $I$
    • soc(Ideal,Ideal) -- see soc -- compute the $\text{Soc}_\mathfrak{p}^*(I)$, where $I$ is a monomial ideal
    • stableMax(Ideal) -- see stableMax -- compute the set of stable primes of a monomial ideal that are maximal with respect to the inclusion.
    • stablePrimes(Ideal) -- see stablePrimes -- compute the set of stable primes of a monomial ideal
    • vFunction(Ideal) -- see vFunction -- compute the $\text{v}$-function of monomial ideal $I$
    • vFunctionP(Ideal,Ideal) -- see vFunctionP -- compute the $\text{v}_\mathfrak{p}$-function of monomial ideal $I$
    • vNumber(Ideal) -- see vNumber -- compute the $\text{v}$-number of homogeneous ideal $I$
    • vNumberP(Ideal,Ideal) -- see vNumberP -- compute the $\text{v}_\mathfrak{p}$-number of homogeneous ideal $I$
  • Symbols
    • control -- optional argument for vFunctionP and vFunction

For the programmer

The object VNumber is a package.