Home | Trees | Index | Help |
|
---|
Package sage :: Package linalg :: Module vector_space :: Class VectorSpace_subspace |
|
Gens
--+ |object
--+ | | |VectorSpace
--+ |VectorSpace_generic
--+ | VectorSpace_subspace
VectorSpace_subspace_with_basis
Method Summary | |
---|---|
__init__(self,
vectors,
ambient_space)
| |
__contains__(self,
v)
| |
__repr__(self)
| |
ambient_space(self)
| |
basis(self)
| |
dimension(self)
| |
echelonized_basis(self)
| |
generators(self)
| |
is_ambient(self)
| |
Inherited from VectorSpace_generic | |
| |
| |
| |
| |
| |
Write v in terms of the basis for self. | |
| |
| |
| |
| |
| |
| |
| |
Returns a random element of self. | |
Returns a random element of self. | |
Create a subspace of self. | |
Create a subspace of self with given basis. | |
| |
| |
| |
Inherited from VectorSpace | |
(Static method) | |
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 Gens | |
| |
| |
| |
| |
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri May 20 19:41:04 2005 | http://epydoc.sf.net |