Home | Trees | Index | Help |
|
---|
Package sage :: Package rings :: Module laurent_series_ring :: Class LaurentSeriesRing |
|
Gens
--+ |Ring
--+ |object
--+ | | |_uniqPolynomialRing
--+ |PolynomialRing
--+ |object
--+ | | |_uniqPowerSeriesRing
--+ |PowerSeriesRing
--+ |object
--+ | | |_uniqLaurentSeriesRing
--+ | LaurentSeriesRing
Univariate Laurent Series Ring
The Laurent series ring is just pairs a unit polynomial (or 0) and an integer (the valuation).Method Summary | |
---|---|
__init__(self,
base_ring,
variable)
| |
__call__(self,
x)
| |
__cmp__(self,
other)
| |
__repr__(self)
| |
Inherited from PowerSeriesRing | |
Return a random polynomial. | |
Inherited from PolynomialRing | |
| |
| |
| |
The nth cyclotomic polynomial, which is irreducible and has a primitive nth root of unity as root. | |
If this is R[x], this intrinsic returns x. | |
| |
| |
| |
| |
| |
| |
Returns the string which is used to print the generator of the polynomial ring. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
Inherited from Ring | |
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. | |
| |
Inherited from Gens | |
| |
| |
| |
| |
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jun 20 15:43:21 2005 | http://epydoc.sf.net |