1.
Given two subspaces and of a vector space their sum can be defined as the set in other words, the set of all possible sums of an element from and an element from
Notice this is not the direct sum of your text, nor the and individually, as lists of vectors. Join the two lists together by just using a plus sign between them. Now build the sum subspace by creating a subspace of spanned by this set, by using the
direct_sum()
method in Sage. However, you can build this subspace in Sage as follows. Grab the bases of .subspace()
method.In the vector space ( or or so, and (b) have an intersection that is a vector space of dimension or so. Compare their individual dimensions with the dimensions of the intersection of and (
QQ^10
) construct two subspaces that you expect to (a) have dimension .intersection()
in Sage) and the sum Repeat the experiment with the two original vector spaces having dimension or so, and with the intersection as small as possible. Form a general conjecture relating these four dimensions based on the results of your two (or more)experiments.