Transform the following matrices to tridiagonal system by Given’s method and find the smallest eigen value correct to 2d places using the Newton-Raphson method. Also find the eigen vector corresponding to that eigen value.
\(\left[\begin{array}{cols} 1&2&2\\2&1&2\\2&2&1 \end{array}\right] \)