Package sage :: Package algebras :: Module algebra_ideal :: Class AlgebraLeftIdeal
[hide private]
[frames] | no frames]

Class AlgebraLeftIdeal

source code

  object --+    
           |    
AlgebraIdeal --+
               |
              AlgebraLeftIdeal


A left ideal in an algebra.



Instance Methods [hide private]
 
__init__(self, A, gens=[])
Create an ideal in algebra A with given gens
source code
 
__repr__(self)
repr(x)
source code
 
left_algebra(self)
Return the left algebra of this algebra left-ideal...
source code

Inherited from AlgebraIdeal: __call__, __contains__, base_ring, gen, ngens

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, gens=[])
(Constructor)

source code 

Create an ideal in algebra A with given gens

Overrides: AlgebraIdeal.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 
repr(x)

Overrides: AlgebraIdeal.__repr__

left_algebra(self)

source code 

Return the left algebra of this algebra left-ideal

EXAMPLES: