Are x1, x2, and x3 linearly dependent in R^n?

  • Thread starter Thread starter DMOC
  • Start date Start date
  • Tags Tags
    Linear Proof
DMOC
Messages
98
Reaction score
0
y1 = x2 - x1

y2 = x3 - x2

y3 = x3 - x1

x1, x2, x3 are linearly independent in R^n

Is that true for y1 y2 and y3?

---

Well, normally with linear indepence problems, I can set up a matrix and check to see if the row echelon form has free variables or not, or I can calculate the determinant of a square matrix. Here, I'm just given vectors x1 x2 and x3. What I did was set up a matrix like this with x1 as the first row, x2 as the second, and x3 as the third:

-1 1 0 = 0
0 -1 1 = 0
-1 0 1 = 0

And I end up with the following matrix

1 0 -1 0
0 1 -1 0
0 0 0 0

So I assume these vectors are linearly dependent (not independent) due to the free "variable" of x3?
 
Physics news on Phys.org
Or you might note y3 = y1 + y2.
 
Yes, that should be correct ... my bad. But would the longer method be valid? i.e. mathematically legal?
 
DMOC said:
Yes, that should be correct ... my bad. But would the longer method be valid? i.e. mathematically legal?

Yes.
 
Thank you.
 
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