Package edu.jas.gbufd

Class SyzygySeq<C extends GcdRingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    Syzygy<C>, java.io.Serializable

    public class SyzygySeq<C extends GcdRingElem<C>>
    extends SyzygyAbstract<C>
    SyzygySeq class. Implements Syzygy computations and tests.
    Author:
    Heinz Kredel
    See Also:
    Serialized Form
    • Constructor Detail

    • Method Detail

      • resolution

        public java.util.List<edu.jas.gbufd.ResPart<C>> resolution​(ModuleList<C> M)
        Resolution of a module. Only with direct GBs.
        Parameters:
        M - a module list of a Groebner basis.
        Returns:
        a resolution of M.
      • resolution

        public java.util.List resolution​(PolynomialList<C> F)
        Resolution of a polynomial list. Only with direct GBs.
        Parameters:
        F - a polynomial list of a Groebner basis.
        Returns:
        a resolution of F.
      • resolutionArbitrary

        public java.util.List resolutionArbitrary​(PolynomialList<C> F)
        Resolution of a polynomial list.
        Parameters:
        F - a polynomial list of an arbitrary basis.
        Returns:
        a resolution of F.
      • resolutionArbitrary

        public java.util.List<edu.jas.gbufd.ResPart<C>> resolutionArbitrary​(ModuleList<C> M)
        Resolution of a module.
        Parameters:
        M - a module list of an arbitrary basis.
        Returns:
        a resolution of M.
      • zeroRelationsArbitrary

        public java.util.List<java.util.List<GenPolynomial<C>>> zeroRelationsArbitrary​(int modv,
                                                                                       java.util.List<GenPolynomial<C>> F)
        Syzygy module from arbitrary base.
        Parameters:
        modv - number of module variables.
        F - a polynomial list.
        Returns:
        syz(F), a basis for the module of syzygies for F.