edu.jas.ufd
Class Examples

java.lang.Object
  extended by edu.jas.ufd.Examples

public class Examples
extends java.lang.Object

Examples for ufd and elementaty integration usage.

Author:
Heinz Kredel.

Constructor Summary
Examples()
           
 
Method Summary
static void example1()
          example1 with GenMatrix.
static void example10()
          example10. factorization in Q(sqrt(2))(x)(sqrt(x))[y].
static void example6()
          example6.
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 with GenMatrix.


example6

public static void example6()
example6. Partial fraction decomposition.


example9

public static void example9()
example9. Rothstein-Trager and absolute factorization algorithm.


example10

public static void example10()
example10. factorization in Q(sqrt(2))(x)(sqrt(x))[y].