Basis of sum/union of subspaces

  • Thread starter Thread starter descendency
  • Start date Start date
  • Tags Tags
    Basis Subspaces
descendency
Messages
39
Reaction score
0

Homework Statement


I need to find the basis of W1 + W2 and W1 intersect W2

(It's part of a larger homework problem that I know how to do, but I am stuck on the trivial step...per usual)

W_1 = \left(\begin{array}{c c} x & -x \\ y & z \end{array}\right)

W_2 = \left(\begin{array}{c c} a & b \\ -a & c \end{array}\right)


Homework Equations


Dim(A) + Dim(B) = Dim(A intersect B) + Dim(A + B)


The Attempt at a Solution



\alpha \in W_1, \alpha = x \left(\begin{array}{c c} 1 & -1 \\ 0 & 0 \end{array}\right) + y \left(\begin{array}{c c} 0 & 0 \\ 1 & 0 \end{array}\right) + z \left(\begin{array}{c c} 0 & 0 \\ 0 & 1 \end{array}\right)

\beta \in W_2, \beta = a \left(\begin{array}{c c} 1 & 0 \\ -1& 0 \end{array}\right) + b \left(\begin{array}{c c} 0 & 1 \\ 0 & 0 \end{array}\right) + c \left(\begin{array}{c c} 0 & 0 \\ 0 & 1 \end{array}\right)

So the dimensions of each subspace of those subspaces is 3.

Obviously, \left(\begin{array}{c c} 0 & 0 \\ 0 & 1 \end{array}\right) is in both sets (and thus in the intersection).

I'm having a hard time finding the other vector in the basis.

Is \left(\begin{array}{c c} 1 & -1 \\ -1 & 0 \end{array}\right) in the basis set of vectors of the intersection?
 
Physics news on Phys.org
consider W_1+W_2.

you'll get

W_1+W_2 = \left(\begin{array}{c c} x+a & -x+b \\ y-a & z+c \end{array}\right)

what would a basis for that be? and then its dimension?

also, keep in mind the equation you posted, and think about what you said about <br /> \left(\begin{array}{c c} 0 &amp; 0 \\ 0 &amp; 1 \end{array}\right)<br /> being in the intersection.

what exactly does the intersection look like?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top