edu.jas.integrate
Class Examples

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

public class Examples
extends java.lang.Object

Examples related to elementary integration.

Author:
Axel Kramer, Heinz Kredel

Constructor Summary
Examples()
           
 
Method Summary
static void example1()
          Example rationals.
static void example2()
          Example rational plus logarithm.
static void example3()
          Example quotients with rational plus logarithm.
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

Examples

public Examples()
Method Detail

main

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

Parameters:
args -

example1

public static void example1()
Example rationals.


example2

public static void example2()
Example rational plus logarithm.


example3

public static void example3()
Example quotients with rational plus logarithm.