| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
structure.sage_object.SageObject --+
|
structure.parent.Parent --+
|
structure.parent_base.ParentWithBase --+
|
structure.parent_gens.ParentWithGens --+
|
structure.parent_gens.ParentWithAdditiveAbelianGens --+
|
module.Module --+
|
FreeModule_generic --+
|
FreeModule_generic_pid --+
|
FreeModule_generic_field --+
|
object --+ |
| |
structure.sage_object.SageObject --+ |
| |
structure.parent.Parent --+ |
| |
structure.parent_base.ParentWithBase --+ |
| |
structure.parent_gens.ParentWithGens --+ |
| |
structure.parent_gens.ParentWithAdditiveAbelianGens --+ |
| |
module.Module --+ |
| |
FreeModule_generic --+ |
| |
FreeModule_generic_pid --+ |
| |
object --+ | |
| | |
structure.sage_object.SageObject --+ | |
| | |
structure.parent.Parent --+ | |
| | |
structure.parent_base.ParentWithBase --+ | |
| | |
structure.parent_gens.ParentWithGens --+ | |
| | |
structure.parent_gens.ParentWithAdditiveAbelianGens --+ | |
| | |
module.Module --+ | |
| | |
FreeModule_generic --+ | |
| | |
FreeModule_ambient --+ | |
| | |
FreeModule_ambient_domain --+ |
| |
FreeModule_ambient_pid --+
|
FreeModule_ambient_field
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
|
Returns the ambient vector space.
EXAMPLES:
sage: M = QQ^3
sage: M.ambient_vector_space()
Vector space of dimension 3 over Rational Field
|
Returns the base field of this vector space.
EXAMPLES:
sage: M = QQ^3
sage: M.base_field()
Rational Field
|
EXAMPLE:
sage: k.<a> = GF(3^4)
sage: VS = k.vector_space()
sage: VS(a)
(0, 1, 0, 0)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 17 04:23:49 2008 | http://epydoc.sourceforge.net |