Package sage :: Package algebras :: Module algebra_order_frac_ideal :: Class AlgebraOrderFractionalIdeal_generic
[hide private]
[frames] | no frames]

Class AlgebraOrderFractionalIdeal_generic

source code

object --+
         |
        AlgebraOrderFractionalIdeal_generic
Known Subclasses:
AlgebraOrderFractionalBiIdeal, AlgebraOrderFractionalTwoSidedIdeal, AlgebraOrderLeftFractionalIdeal, AlgebraOrderRightFractionalIdeal


Generic left, right, or two-sided algebra order ideals.



Instance Methods [hide private]
 
__init__(self, A, O1=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a..., O2=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a..., R=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a..., gens=[])
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__repr__(self)
repr(x)
source code
 
__call__(self, x) source code
 
__contains__(self, x) source code
 
left_order(self) source code
 
right_order(self) source code
 
base_ring(self) source code
 
gen(self, i) source code
 
ngens(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, A, O1=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a..., O2=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a..., R=['4ti2-20061025', 'R-2.6.0', 'atlas-3.7.37', 'atlas-3.8.1', 'a..., gens=[])
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
repr(x)

Overrides: object.__repr__
(inherited documentation)