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

Class MPolynomialRing_polylist

            Gens --+    
                   |    
            Ring --+    
                   |    
MPolynomialRing_base --+
                       |
                      MPolynomialRing_polylist


Method Summary
  __init__(self, base_ring, n, variable)
  __call__(self, x)
Coerce x into this multivariate polynomial ring.
  gen(self, n)
    Inherited from MPolynomialRing_base
  __repr__(self)
  base_ring(self)
  ngens(self)
  variable(self)
    Inherited from 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)

Method Details

__call__(self, x)
(Call operator)

Coerce x into this multivariate polynomial ring.
Overrides:
sage.rings.ring.Ring.__call__

Generated by Epydoc 2.1 on Mon Jun 20 15:43:22 2005 http://epydoc.sf.net