Factoring a constant from each row of matrix

Derill03
Messages
62
Reaction score
0
Why is it that a 16 comes out when you factor a 2 from each row of this matrix:

0 2 2 2
2 0 2 2
2 2 0 2
2 2 2 0
 
Physics news on Phys.org
Because 2*2*2*2 is 16 (one for each row). Determinants are linear in both columns and rows, so if you divide a column by 2, the determinant also becomes half as much as it was before. If you want to keep the value of the determinant the same, you have to multiply it by 2. So when you divide the first row by 2 to make it (0, 1, 1, 1), you have to multiply the whole thing by 2.
 
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