Find LU-Factorization of Matrix A: Restrictions & Help

drestupinblac
Messages
4
Reaction score
0
Q: Find the LY-factorization of the matrix
<br /> A = \begin{bmatrix} a &amp; b \\ c &amp; d \\ \end{bmatrix}<br /> that has 1's along the main diagonal of L. Are there any restrictions on the matrix A?

My attempt at an answer:

<br /> L = \begin{bmatrix} 1 &amp; 0 \\ e &amp; 1 \\ \end{bmatrix}<br /> U = \begin{bmatrix} a &amp; b \\ 0 &amp; -eb + d \\ \end{bmatrix}<br />

restriction: ae (where e is some real number) must equal c.
...

I am just starting out in linear algebra and am probably completely off but I can't think
of another way to approach this question. Please help or tell me if I'm on the right tack.

Thanks!
 
Physics news on Phys.org


Oops, instead of "LY" I meant to put "LU"

anyone? or if the question doesn't make sense, can you please tell me so I can re-phrase?
 


I would replace "e" for what it needs to be, ie, "c/a".

Once done, you can now state a needed condition of matrix "A", specifically a condition of its element "a" for this solution to be valid.

Also, if you multiply L and U together again, you need to have the product yield the original matrix A again. Show this multiplication. Thus, take a look at the 2,2 element of U. You probrably don't want that to be zero or else the product will not be consistant with A. Rearranging element U(2,2) <> 0 will yield a familiar requirement.
 
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...

Similar threads

Back
Top