Home | Trees | Index | Help |
|
---|
Package sage :: Package rings :: Module ring :: Class Ring |
|
Algebra
,
Algebra
,
ComplexField
,
FiniteField
,
IntegerModRing
,
IntegerRing
,
IntervalRing
,
MPolynomialRing_base
,
NumberField
,
pAdicField
,
PariRing
,
PolynomialRing
,
RationalField
,
RealField
Method Summary | |
---|---|
__init__(self)
| |
Coerce x into the ring. | |
__hash__(self)
| |
__repr__(self)
| |
characteristic(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)
|
Method Details |
---|
__call__(self,
x)
Coerce x into the ring.
|
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. For example, integers are atomic but polynomials are not. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 24 17:58:46 2005 | http://epydoc.sf.net |