Are My Basis Calculations for R3 and R4 Subspaces Correct?

  • Thread starter Thread starter Carmen12
  • Start date Start date
  • Tags Tags
    Basis Subspace
Carmen12
Messages
8
Reaction score
0

Homework Statement



Find the basis for the subspaces of R3 and R4 below.

Homework Equations



A) All vectors of the form (a,b,c), where a=0
B) All vectors of the form (a+c, a-b, b+c, -a+b)
C) All vectors of the form (a,b,c), where a-b+5c=0

The Attempt at a Solution



I honestly had no idea what I was doing. I just scratched what I could make of it down. I'm going to do more research online but I'm terrified of the time limit coming up so I thought I'd post my work here meanwhile. I hope you all don't mind!
Here's what I got (don't laugh please!):

A) {(0,1,1),(1,1,0)}
B) {(0,-1,0,1),(1,0,-1,0)}
C) {(5,0,1),(1,0,5)}

-Carmen :eek:
 
Physics news on Phys.org
Carmen12 said:

Homework Statement



Find the basis for the subspaces of R3 and R4 below.

Homework Equations



A) All vectors of the form (a,b,c), where a=0

A) {(0,1,1),(1,1,0)}

-Carmen :eek:

start with A)
(a,b,c), where a=0 means

(0,b,c) for any b or c...

your first vector is in the set, but your 2nd has a = 1 so is not

it may help to picture it geometrically in which case it is the yz plane
 
A) Basis spans your subspace. So your answer indicates, for example that,

<br /> \left[ \begin{array}{cccc}0 &amp; 1 \\ 1 &amp; 1 \\ 1 &amp; 0 \end{array} \right] x = \left[ \begin{array}{cccc}0 \\ 2 \\ 5 \end{array} \right]<br />

should have a solution, but under ur basis, this eqn has no solution. so ur basis cannot span this subspace

Now if we use

<br /> \left[ \begin{array}{cccc}0 &amp; 0 \\ 1 &amp; 0 \\ 0 &amp; 1 \end{array} \right] x = \left[ \begin{array}{cccc}0 \\ a \\ b \end{array} \right]<br />

this guy has a solution for all a, b. Now you have to show this is independent. Do this by showing<br /> \left[ \begin{array}{cccc}0 &amp; 0 \\ 1 &amp; 0 \\ 0 &amp; 1 \end{array} \right] x = \left[ \begin{array}{cccc}0 \\ 0 \\ 0 \end{array} \right]<br />

has only the trivial soln. which it does.
 
Last edited:
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