I'm given a vector space V=u1, u2, u3, u4, u5, u6, u7, u8. From the list of 8 vectors, I need to find the ones that form a basis for V, in other words I have to find the ones that are linearly independent.
So say for example, I line up u1, u2, u3, u4 into matrix form and perform elementary row operations. I get the following results:
[ 1 3 2 5 1 ] <--- u1
[ 0 1 3 2 1 ] <--- u2
[ 0 0 0 0 0 ] <--- u3
[ 0 0 0 0 0 ] <--- u4
So is it safe to say that u3 and u4 are linearly dependent or is it the other way around (u1 and u2 are linearly dependent)??? This seems very easy but I lost my train of thought and it's bugging me
So say for example, I line up u1, u2, u3, u4 into matrix form and perform elementary row operations. I get the following results:
[ 1 3 2 5 1 ] <--- u1
[ 0 1 3 2 1 ] <--- u2
[ 0 0 0 0 0 ] <--- u3
[ 0 0 0 0 0 ] <--- u4
So is it safe to say that u3 and u4 are linearly dependent or is it the other way around (u1 and u2 are linearly dependent)??? This seems very easy but I lost my train of thought and it's bugging me