Bases: sage.categories.category_types.Category_module
The category of (abstract) vector spaces over a given field
??? with an embedding in an ambient vector space ???
EXAMPLES:
sage: VectorSpaces(QQ)
Category of vector spaces over Rational Field
sage: VectorSpaces(QQ).super_categories()
[Category of modules over Rational Field]
Returns the base field over which the vector spaces of this category are all defined.
EXAMPLES:
sage: VectorSpaces(QQ).base_field()
Rational Field
EXAMPLES:
sage: VectorSpaces(QQ).super_categories()
[Category of modules over Rational Field]