Calculate dim(U) and company - linear algebra

Click For Summary
SUMMARY

The discussion focuses on calculating the dimension of the subspace U defined by the span of four vectors in R4. The correct dimension, dim(U), is determined to be 3, contrary to an initial incorrect claim of 1. The method of row reduction is emphasized as the technique to identify a minimal set of linearly independent vectors that form a basis for U. The final basis for U consists of three non-zero rows obtained from the row-reduced form of the matrix representing the vectors.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically vector spaces and spans.
  • Proficiency in row reduction techniques for matrices.
  • Familiarity with the concept of linear independence and basis of a vector space.
  • Knowledge of R4 and its properties in linear algebra.
NEXT STEPS
  • Learn about the process of row reduction in detail, including Gaussian elimination.
  • Study the concept of linear independence and how to determine it among vectors.
  • Explore the properties of vector spaces and their dimensions in linear algebra.
  • Practice finding bases for various subspaces in Rn using different sets of vectors.
USEFUL FOR

Students studying linear algebra, educators teaching vector spaces, and anyone seeking to understand the calculation of dimensions and bases in linear algebraic contexts.

inner08
Messages
48
Reaction score
0

Homework Statement


Before I start, I should mention that I'm taking linear algebra in French so I hope I translated all the terms correctly. I'm studying for a test and here is a question I'm having a little trouble with...hope you can help!

U = span{[1 1 1 1]T, [-2 -2 1 1]T, [3 3 3 1]T, [0 0 1 0]T}

a) Calculate dim(U) and give a base of U.
b) Complete the base found in a) to obtain a base of R4.

Homework Equations





The Attempt at a Solution



a) I get a base of (-5/6, -1/3, -1/2, 1) so dim(U) has dim(U) = 1

b) This is where I don't know what to do. How to you complete a base? I don't need the answer, I just want to know how to complete a base. The only thought I had was to use the identity matrix but then again, I really don't know what to do or how to approach this. Any help is appreciated!
 
Physics news on Phys.org
You seem to be misunderstanding the question since your answer to a) is not at all right. What you want to do is take the 4 vectors in your set and find a minimal set of linearly independent vectors with the same span. The usual technique to do this is called 'row reduction' (sorry I don't know the french!).
 
The dimension is determined by the smallest amount of linearly independent vectors that you can find, which describe entirely U. To do so, reduction is the way out.

marlon
 
hmm I thought that's what I did...

I reduced the matrix from:
1 -2 3 0
1 -2 3 0
1 1 3 1
1 1 1 0

to get..

1 0 0 5/6
0 1 0 1/3
0 0 1 1/2
0 0 0 0 <--- isn't this the "row reduction" you were talking about?
 
That's sort of it. Though I usually write the vectors as rows. Since you've written them as columns and then (I think) row reduced, it's a little hard for me to interpret the results exactly - but I can clearly see that U has dimension 3. (How many obvious independent columns in your set?). Try the same exercise writing the vectors as rows.
 
Yes, that is the "row reduction" but that does NOT mean that the last column gives you the only basis vector. In fact, since you have 3 non-zero rows left, that tells you that the dimension of this subspace is 3.

Use the given vectors as rows, not columns, and row-reduce. The remaining non-zero rows will be the basis vectors.
 
The "row reduction" result doesn't look correct, unless I missed something. Go through it again.

Edit: actually, it's almost correct, you missed a sign (figure out which one!) So, you have shown that the vector (0, 0, 1, 0) can be represented as a linear combination of the other vectors, so the set without the vector is a span too, and linearly independent, which makes it a basis for U.
 
Last edited:

Similar threads

Replies
1
Views
1K
Replies
8
Views
2K
Replies
15
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
8
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K