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} 2&1.414&4 \\ 1.414&6&1.414 \\ 1&1.414&2 \end{array}\right] \)