Dimension of a subspace question

de1337ed
Messages
10
Reaction score
0
I'm a little confused about some of the matrix terminology.
I have the following subspace:

span{v1, v2, v3} where v1, v2, v3 are column vectors defined as:

v1 = [1 2 3]
v2 = [4 5 6]
v3 = [5 7 9]
(pretend they are column vectors)

How am I supposed to find the dimension of the span?

My Work:

I created a 3x3 matrix using the column vectors, then I performed row operations to get it into upper triangular form. After performing these row operations, I ended up with the resulting matrix:
[1 4 5
0 -3 -3
0 0 0 ]

So because the rank(A) = 2, the dimension is 2. Am I right?
Also, how would I go about finding the basis vectors. Thank you.
 
Physics news on Phys.org
If you are going to do row reduction put your vectors into the matrix as rows. So yes, you'll get dimension 2. The two nonzero rows will be basis vectors.
 
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