Find Basis for Subspaces & Dimension of W,U,W+U,W\capU

  • Thread starter Thread starter Dell
  • Start date Start date
  • Tags Tags
    Basis Subspaces
Dell
Messages
555
Reaction score
0
i am given these 2 groups
W=sp{(1 0 2 0) (1 1 1 1) (1 0 0 0)}
U=sp{(1 0 1 1) (1 2 1 2) (0 0 1 0)}

and am asked to find
a basis for each one and their dimention
a basis for W+U
a basis for W\capU
-----------------------------------------------
for the basis i found that they are both linearly independant therefore my basis is the span given and the dimention is 3 for both of them
------------------------------------------------
how do i find a basis for W+U? can i take the 6 vectors given and check which are dependant and which are independant, take the independant ones in which case i get

w+u=sp{(1 0 2 0) (1 1 1 1) (1 0 0 0) (1 0 1 1)}
dim(W+U)=4
------------------------------------------------
for W\capU am i looking for all the vectors in W which are perpendicular to U? how would i do this?
i know how to find one vector perpendicular to a subspace but how do i find a basis for a group perpendicular to another group
 
Physics news on Phys.org
for vectors in W which intersect U can i set up a parameter vector (a b c d) then compare it to the basis of W to get a homogenic system

1 1 1 | a
0 1 0 | b
2 1 0 | c
0 1 0 | d

then i get d-b=0

then do the same for u

1 1 0 | a
0 2 0 | b
1 1 1 | c
1 2 0 | d

and i get b-2(d-a)=0

then any vector that adheres to these 2 conditions is an answer.
 
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