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

Class PolyRing

source code

Ring --+
       |
      PolyRing

Represents a JAS polynomial ring: GenPolynomialRing.

Provides more convenient constructor. Then returns a Ring.

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

Inherited from Ring: complexRoots, element, factors, factorsAbsolute, gcd, gens, ideal, integrate, one, paramideal, powerseriesRing, random, realRoots, squarefreeFactors, zero

Class Variables [hide private]
  lex = TermOrder(TermOrder.INVLEX)
  grad = TermOrder(TermOrder.IGRLEX)
Method Details [hide private]

__init__(self, coeff, vars, order=TermOrder(TermOrder.IGRLEX))
(Constructor)

source code 

Ring constructor.

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

Overrides: Ring.__init__

__str__(self)
(Informal representation operator)

source code 

Create a string representation.

Overrides: Ring.__str__