Does adding vectors to a basis in R^n always result in a dependent set?

  • Thread starter Thread starter nhrock3
  • Start date Start date
nhrock3
Messages
403
Reaction score
0
A={a1,a2,..ak}
is a group of vectors which is dependant on R^n k>=2

1.
if a1 is a linear combination of a2..ak then
a2..ak is independent
?
i think it doesn't because inside a2..ak we could have another vector which is dependant on the others

2.if k>n then A create R^n

i think it does because the numbe of vectors is bigger then n
so i will create R^n
 
Physics news on Phys.org
for 1. yes, that's true.

for 2. you probably meant, do they "span" R^n. In this case, look at R^3, for example, and take the set {(1, 0 ,0), (2, 0, 0), (3, 0, 0), (4, 0, 0)}. k > n, and do they span R^3?
 
thanks
so we need to demand independant group of vectors
?
 
If your number of vectors is greater than the dimension of the space, they can't possibly be independent.
 
but inside this big k group could be "n" vectors which are independant
and they will span R^n
 
Of course, spanning is another issue.

For example, if you take any basis for R^n, and add some vectors to it, the resulting set of vectors will be dependent, and it will still span R^n.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top