Using Householder’s transformation, reduce the following matrices in tridiagonal form and find all the eigen values and eigen vectors. Write the strum sequence.
\(\left[ \begin{array}{cc} 1&\sqrt{2}&\sqrt{2} &2\\ \sqrt{2}&-\sqrt{2}&-1&\sqrt{2}\\\sqrt{2} &-1&\sqrt{2}&\sqrt{2}\\ 2&\sqrt{2}&\sqrt{2}&-3 \end{array} \right]\)
- Voclasses