Finding a basis for the following vectors.

  • Thread starter Thread starter kingkong69
  • Start date Start date
  • Tags Tags
    Basis Vectors
kingkong69
Messages
22
Reaction score
0
Find a basis and the dimension for the subspace of R^3(3D) spanned by the vectors {(0,1,-2),(3,0,1),(3,2,-3)}

The dimension is 2 regardless if i put the vectors in row space or column space form.

But to find the basis I need to put it in row space form.

Can anyone please explain when I need to use the row space or column form?
thank you
 
Physics news on Phys.org
kingkong69 said:
Find a basis and the dimension for the subspace of R^3(3D) spanned by the vectors {(0,1,-2),(3,0,1),(3,2,-3)}

The dimension is 2 regardless if i put the vectors in row space or column space form.

But to find the basis I need to put it in row space form.


*** No, you don't. Form a matrix with the three given vectors, reduce it and take the rows (or columns, whatever you chose)

that remain non-zero at the end. Those vectors are a basis for your space. Now write them either way you want to: row or columns.

DonAntonio ***


Can anyone please explain when I need to use the row space or column form?
thank you

...
 
You don't need to put it in "row" or "column" form at all. Any independent subset of a set of vectors will form a basis for the span of the set.

You say that you know that the dimension of the span is two, not three, so you must know that the set is not independent. How did you determine that?

The definition of "independent" is that the only way you can have a linear combination, a_1v_1+ a_2v_2+ a_3v_3= 0, equal to 0, is if all coefficients are equal to 0: a_1= a_2= a_3= 0. Here, that equation becomes
a_1(0, 1, -2)+ a_2(3, 0, 1)+ a_3(3, 2, -3)= (3a_2+ 3a_3, a_1+ 2a_3, -2a_1+ a_2- 3a_3)= (0, 0, 0)

So we must have 3a_2+ 3a_3= 0, a_1+ 2a_3= 0, and -2a_1+ a_2- 3a_3= 0. From the first equation, a_2= -a_3, and, from the second, a_1= -2a_3. Putting those into the third equation, -2(-2a_3)+ (-a_3)- 3a_3= 3a_3- 3a_3= 0 for all a_3 so there exist non-zero solutions. Yes, these vectors are dependent.

Now, since a_1= -2a_3 and a_2= -a_3, our original equation, a_1(0, 1, -2)+ a_2(3, 0, 1)+ a_3(3, 2, -3)= -2a_3(0, 1, -2)- a_3(3, 0, 1)+ a_3(3, 2, -3)= 0 so we can write a_3(3, 0, 1)= -2a_3(0, 1, -2)+ a_3(3, 2, -3) or (3, 0, 1)= -2(0, 1, -2)+ (3, 2, -3). Since (3, 0, 1) can be written as a linear combination of (0, 1, -2) and (3, 2, -3), any linear combination all three (any vector in the span) can be written as a linear combination of those two. Since they independent (one is not a multiple of the other) (0, 1, -2) and (3, 2, 3) are a basis for that span.

(In fact, since we could solve -2a_3(0, 1, -2)- a_3(3, 0, 1)+ a_3(3, 2, -3)= (0, 0, 0) for any one vector as a linear combination of the other two, any pair of the original vectors is a basis.)

Writing these vectors as rows or columns and then row or column reducing may be quicker, depending on the vectors, but you should always keep in mind the basic definitions.
 
Thread 'Determine whether ##125## is a unit in ##\mathbb{Z_471}##'
This is the question, I understand the concept, in ##\mathbb{Z_n}## an element is a is a unit if and only if gcd( a,n) =1. My understanding of backwards substitution, ... i have using Euclidean algorithm, ##471 = 3⋅121 + 108## ##121 = 1⋅108 + 13## ##108 =8⋅13+4## ##13=3⋅4+1## ##4=4⋅1+0## using back-substitution, ##1=13-3⋅4## ##=(121-1⋅108)-3(108-8⋅13)## ... ##= 121-(471-3⋅121)-3⋅471+9⋅121+24⋅121-24(471-3⋅121## ##=121-471+3⋅121-3⋅471+9⋅121+24⋅121-24⋅471+72⋅121##...
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
Back
Top