edu.jas.poly
Class WeylRelations<C extends RingElem<C>>

java.lang.Object
  extended by edu.jas.poly.WeylRelations<C>

public class WeylRelations<C extends RingElem<C>>
extends java.lang.Object

Generate Relation Table for Weyl Algebras Adds the respective relations to the relation table of the given solvable ring factory. Relations are of the form xj * xi = xi xj + 1.

Author:
Heinz Kredel.

Constructor Summary
WeylRelations(GenSolvablePolynomialRing<C> r)
          The constructor requires a ring factory.
 
Method Summary
 void generate()
          Generates the relation table of this ring.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeylRelations

public WeylRelations(GenSolvablePolynomialRing<C> r)
The constructor requires a ring factory. The relation table of this ring is setup to a Weyl Algebra.

Parameters:
r - solvable polynomial ring factory, r must have even number of variables.
Method Detail

generate

public void generate()
Generates the relation table of this ring.