Module jas :: Class WordPolyRing
[hide private]
[frames] | no frames]

Class WordPolyRing

source code

Ring --+    
       |    
WordRing --+
           |
          WordPolyRing

Represents a JAS free non-commutative polynomial ring: GenWordPolynomialRing.

Provides more convenient constructor. Then returns a Ring. <b>Note:</b> watch your step: check that jython does not reorder multiplication.

Instance Methods [hide private]
 
__init__(self, coeff, vars)
Ring constructor.
source code
 
__str__(self)
Create a string representation.
source code

Inherited from WordRing: element, ideal, one, random, zero

Inherited from Ring: __eq__, algebraicRoots, complexRoots, decimalRoots, factors, factorsAbsolute, gcd, gens, inject_variables, integrate, paramideal, powerseriesRing, realRoots, rootReduce, rootRefine, rootsOfUnity, squarefreeFactors, variable_generators

Static Methods [hide private]

Inherited from Ring: getEngineFactor, getEngineGcd, getEngineSqf

Method Details [hide private]

__init__(self, coeff, vars)
(Constructor)

source code 

Ring constructor.

coeff = factory for coefficients, vars = string with variable names.

Overrides: Ring.__init__

__str__(self)
(Informal representation operator)

source code 

Create a string representation.

Overrides: Ring.__str__