Linear Algebra - State the value of each unknown

jinksys
Messages
122
Reaction score
0
State the solution to each of the following systems. That is, clearly state the value of each of the unknown variables, x1, x2, x3, etc.
Code:
[0 1 0 1 0 -2
 0 0 1 -1 0 3
 0 0 0 0 1 -5
 0 0 0 0 0 0 ]

My attempt:

x2 = -2 -r
x3 = 3 - r
x4 = r
x5 = -5

This is apparently incorrect. My professor says x1 = s.

In the matrix x1 has the coefficient zero, how does x1 = s?
 
Physics news on Phys.org
In your solution, you have not assigned a parameter to x1. Your solution is incomplete, basically. You just need to say x1 is a free variable and state x1 = s.

In other words, your solution is (x1, x2, x3, x4, x5) = (?, -2-r, 3-r, r, -5)

You're asked to state the value of each unknown, but you have not done so for x1. You have no information about x1 though, so all you can say is that it is a free variable. You assign an arbitrary parameter to it, x1 = s, and your solution becomes:

(x1, x2, x3, x4, x5) = (s, -2-r, 3-r, r, -5)
 
Essnov said:
In your solution, you have not assigned a parameter to x1. Your solution is incomplete, basically. You just need to say x1 is a free variable and state x1 = s.

In other words, your solution is (x1, x2, x3, x4, x5) = (?, -2-r, 3-r, r, -5)

You're asked to state the value of each unknown, but you have not done so for x1. You have no information about x1 though, so all you can say is that it is a free variable. You assign an arbitrary parameter to it, x1 = s, and your solution becomes:

(x1, x2, x3, x4, x5) = (s, -2-r, 3-r, r, -5)

Thanks, now I understand.
 
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