First time here? Check out the FAQ!
answered 2013-07-07 09:21:58 +0100
Does creating a 'subspace' fit your needs?
V = VectorSpace(SR,3) W = V.subspace_with_basis([(1,1,0),(1,-1,0),(0,0,1)]) W.basis()