Matrix solution for k>n, k<=n, and k=n equations and variables

  • Thread starter Thread starter nhrock3
  • Start date Start date
  • Tags Tags
    Matrix
nhrock3
Messages
403
Reaction score
0
i can't think theoretically here.
there is a homogeneos equation system which has k equations and n variables.

what type of solution we have if for k>n?

what type of solution we have if for k<=n?

first of all i can't deside if the equatins oare independant.

if k>n then we have endless solutions because of the free variables.

if k<=n then we will have one of the equations which will turn to a line of zeros

so i don't know what is the solution of this
 
Physics news on Phys.org
Well, I'd actually divide it into three situations...

k>n, k=n, and k<n.

If k<n, that is, there are less equations than variables, then you have free variables and endless solutions.

If k>n, that is, there are more equations than variables, then it's possible that you have no solution, one solution, or infinite solutions, depending on linear independency and some other factor that I can't name.

If k=n and all of the equations are linearly independent, then there should be 1 solution.
 
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