- #1
derryck1234
- 56
- 0
Homework Statement
Prove that the diagonal entries of R in the QR decomposition are non-zero.
Homework Equations
ui = qi + <ui, q1>q1 + <ui, q2>q2 + ... + <ui, qi-1>qi-1 => From the general equation for the Gram-Schmidt process.
<ui, qi> => From the diagonal entries of QR.
The Attempt at a Solution
I have the solution from another website. I just want help regarding the part where the properties of the inner product are used in the following step:
<qi + <ui, q1>q1 + <ui, q2>q2 ... + <ui, qi-1>qi-1, qi>
to
<qi, qi> + <ui, q1><q1, qi> + ... + <ui, qi-1><qi-1, qi>
I have not seen a property of the inner product specifying that:
<<u, v>v,w> = <u,v><v,w>
Or, have I written it correctly?
Please help.
Thanks