How can I make this matrix a triangular one?

  • Thread starter Thread starter Hernaner28
  • Start date Start date
  • Tags Tags
    Matrix
Hernaner28
Messages
261
Reaction score
0
Hi. How can I reduce this matrix into a triangular one so I can calculate the determinant easily.

\displaystyle\left( {\begin{array}{*{20}{c}}<br /> b&amp;1&amp;1&amp;1&amp;1 \\ <br /> 1&amp;b&amp;1&amp;1&amp;1 \\ <br /> 1&amp;1&amp;b&amp;1&amp;1 \\ <br /> 1&amp;1&amp;1&amp;b&amp;1 \\ <br /> 1&amp;1&amp;1&amp;1&amp;b <br /> \end{array}} \right)

I've tried but I cannot make a triangular form...

Thanks!
 
Physics news on Phys.org
Reduce to row echelon form by Gaussian elimination.
 
Have you tried computing the determinant by other means?
 
If you need to find the determinant, try the cofactor expansion by the first row.
 
I could! I subtracted row 1 from all rows and then I subtracted the all columns from the first.
 
The cofactor expansion was the one I was thinking of earlier.

Yet another approach is to write the matrix as the sum A + (b-1) I, where A is the matrix of all 1's, and I is the identity matrix. A is diagonalizable, and you can find its eigenvalues without too much trouble -- and so you should also be able to find the eigenvalues of the sum!
 
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