Package edu.jas.poly

Class WeylRelationsIterated<C extends RingElem<C>>

  • All Implemented Interfaces:
    RelationGenerator<C>

    public class WeylRelationsIterated<C extends RingElem<C>>
    extends java.lang.Object
    implements RelationGenerator<C>
    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. Iterated form: R{x1,y1,...,xn,yn; yi*xi = xi yi + 1}.
    Author:
    Heinz Kredel
    • Constructor Detail

      • WeylRelationsIterated

        public WeylRelationsIterated()
        The no argument constructor. The relation table of this ring is setup to a Weyl Algebra.
      • WeylRelationsIterated

        public WeylRelationsIterated​(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. Iterated form: R{x1,y1,...,xn,yn; yi*xi = xi yi + 1}.