Package edu.jas.gb

Class GroebnerBaseSeqIter<C extends RingElem<C>>

    • Method Detail

      • GB

        public java.util.List<GenPolynomial<C>> GB​(int modv,
                                                   java.util.List<GenPolynomial<C>> F)
        Groebner base using pairlist class, iterative algorithm.
        Parameters:
        modv - module variable number.
        F - polynomial list.
        Returns:
        GB(F) a Groebner base of F.
      • GB

        public java.util.List<GenPolynomial<C>> GB​(int modv,
                                                   java.util.List<GenPolynomial<C>> G,
                                                   GenPolynomial<C> f)
        Groebner base using pairlist class.
        Parameters:
        modv - module variable number.
        G - polynomial list of a Groebner base.
        f - polynomial.
        Returns:
        GB(G,f) a Groebner base of G+(f).