Dustinsfl
- 2,217
- 5
Factor the matrix into the form QR where Q is orthogonal and R is upper triangular.
[tex]\begin{bmatrix}<br /> a & b\\ <br /> c & d<br /> \end{bmatrix}*\begin{bmatrix}<br /> e & f\\ <br /> 0 & g<br /> \end{bmatrix}=\begin{bmatrix}<br /> -1 & 3\\ <br /> 1 & 5<br /> \end{bmatrix}[/tex]
[tex]\begin{bmatrix}<br /> a & c <br /> \end{bmatrix}*\begin{bmatrix}<br /> b\\ <br /> d<br /> \end{bmatrix}=0[/tex]
[tex]ae=-1[/tex]
[tex]af+bg=3[/tex]
[tex]ce=1[/tex]
[tex]cf+dg=5[/tex]
Skipping some steps but I arrive at:[tex]\begin{bmatrix}<br /> 1 & \frac{4}{g}\\ <br /> -1 & \frac{4}{g}<br /> \end{bmatrix}*\begin{bmatrix}<br /> -1 & -1\\ <br /> 0 & g<br /> \end{bmatrix}=\begin{bmatrix}<br /> -1 & 3\\ <br /> 1 & 5<br /> \end{bmatrix}[/tex]
So as long as [tex]g \neq 0[/tex] it is all good?
[tex]\begin{bmatrix}<br /> a & b\\ <br /> c & d<br /> \end{bmatrix}*\begin{bmatrix}<br /> e & f\\ <br /> 0 & g<br /> \end{bmatrix}=\begin{bmatrix}<br /> -1 & 3\\ <br /> 1 & 5<br /> \end{bmatrix}[/tex]
[tex]\begin{bmatrix}<br /> a & c <br /> \end{bmatrix}*\begin{bmatrix}<br /> b\\ <br /> d<br /> \end{bmatrix}=0[/tex]
[tex]ae=-1[/tex]
[tex]af+bg=3[/tex]
[tex]ce=1[/tex]
[tex]cf+dg=5[/tex]
Skipping some steps but I arrive at:[tex]\begin{bmatrix}<br /> 1 & \frac{4}{g}\\ <br /> -1 & \frac{4}{g}<br /> \end{bmatrix}*\begin{bmatrix}<br /> -1 & -1\\ <br /> 0 & g<br /> \end{bmatrix}=\begin{bmatrix}<br /> -1 & 3\\ <br /> 1 & 5<br /> \end{bmatrix}[/tex]
So as long as [tex]g \neq 0[/tex] it is all good?