edu.jas.ufd
Class ExamplesPartialFraction

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

public class ExamplesPartialFraction
extends java.lang.Object

Examples related to partial fraction decomposition.

Author:
Heinz Kredel

Constructor Summary
ExamplesPartialFraction()
           
 
Method Summary
static void example11()
          example11.
static void example12()
          example12.
static void example13()
          example13.
static void example14()
          example14.
static void example15()
          example15.
static void example16()
          example16.
static void example17()
          example17.
static void main(java.lang.String[] args)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExamplesPartialFraction

public ExamplesPartialFraction()
Method Detail

main

public static void main(java.lang.String[] args)
Main program.

Parameters:
args -

example11

public static void example11()
example11. Rothstein-Trager algorithm.


example12

public static void example12()
example12. Rothstein-Trager algorithm.


example13

public static void example13()
example13. Rothstein-Trager algorithm.


example14

public static void example14()
example14. Rothstein-Trager algorithm.


example15

public static void example15()
example15. Rothstein-Trager algorithm.


example16

public static void example16()
example16. Rothstein-Trager algorithm.


example17

public static void example17()
example17. Absolute factorization of example15.