Package sage :: Package rings :: Module multi_polynomial_ring :: Class MPolynomialRing_base
[show private | hide private]
[frames | no frames]

Class MPolynomialRing_base

Gens --+
       |
Ring --+
       |
      MPolynomialRing_base

Known Subclasses:
MPolynomialRing_polylist

Method Summary
  __init__(self, base_ring, n, variable)
  __repr__(self)
  base_ring(self)
  ngens(self)
  variable(self)
    Inherited from Ring
  __call__(self, x)
Coerce x into the ring.
  __hash__(self)
  characteristic(self)
  is_atomic_repr(self)
True if the elements have atomic string representations, in the sense that they print if they print at s, then -s means the negative of s.
  is_field(self)
  name(self)
  type(self)
    Inherited from Gens
  __getattr__(self, attrname)
  __getitem__(self, n)
  __getslice__(self, n, m)
  gens(self)
  list(self)

Generated by Epydoc 2.1 on Fri Jun 24 17:58:45 2005 http://epydoc.sf.net