Class Examples


  • public class Examples
    extends java.lang.Object
    Examples for application usage.
    • Constructor Summary

      Constructors 
      Constructor Description
      Examples()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void example1()
      example1.
      static void example10()
      example10.
      static void example11()
      example11.
      static void example12()
      example12.
      static void example2()
      example2.
      static void example3()
      example3.
      static void example4()
      example4.
      static void example5()
      example5.
      static void example6()
      Example GBase and real root.
      static void example7()
      example7.
      static void example8()
      example8.
      static void example9()
      example9.
      static void main​(java.lang.String[] args)
      main.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Examples

        public Examples()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        main.
      • example1

        public static void example1()
        example1. cyclic n-th roots polynomial systems.
      • example2

        public static void example2()
        example2. abstract types: List<GenPolynomial<Product<Residue<BigRational>>>>.
      • example3

        public static void example3()
        example3. abstract types: GB of List<GenPolynomial<Residue<BigRational>>>.
      • example4

        public static void example4()
        example4. abstract types: comprehensive GB of List<GenPolynomial<GenPolynomial<BigRational>>>.
      • example5

        public static void example5()
        example5. comprehensive GB of List<GenPolynomial<GenPolynomial<BigRational>>> and GB for regular ring.
      • example6

        public static void example6()
        Example GBase and real root.
      • example7

        public static void example7()
        example7. Coefficients in Boolean residue class ring.
      • example8

        public static void example8()
        example8. Coefficients in Boolean residue class ring with cuppling of variables.
      • example9

        public static void example9()
        example9. Groebner base and dimension.
      • example10

        public static void example10()
        example10. abstract types: GB of List<GenPolynomial<AlgebraicNumber<Quotient <AlgebraicNumber<BigRational>>>>>.
      • example11

        public static void example11()
        example11. abstract types: GB of List<GenPolynomial<BigRational>>>.
      • example12

        public static void example12()
        example12. abstract types: GB of List<GenPolynomial<Quotient<BigRational>>>>.