5.1.1.4 VectorSpace_subspace Objects

class VectorSpace_subspace
The VectorSpace_subspace class defines functionality for subspaces of ambient vector spaces over an arbitrary base field. This class derives from VectorSpace_generic.
VectorSpace_subspace( vectors, [ambient_space=None])

INPUT:
    vectors -- list of vectors in an ambient space
    ambient_space -- VectorSpace_ambient; an optional ambient
               space; is specified the constructor will work
               even if the list of vectors is ambient.

See About this document... for information on suggesting changes.