Vector Spaces¶
-
sage.categories.vector_spaces.
VectorSpaces
¶ 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]