I came across this question, asked in a competitive exam. It is as follows.
Given a matrix M = \begin{bmatrix}2&1\\1&2\end{bmatrix} what is the value of cos(πM/6)?
I've tried series expansion but I think there is an alternative way doing it, any help is appreciated.
Options given are
\begin{bmatrix}1/2&1\\1&1/2\end{bmatrix} \begin{bmatrix}\sqrt3/4&-\sqrt3/4\\-\sqrt3/4&\sqrt3/4\end{bmatrix} \begin{bmatrix}\sqrt3/4&\sqrt3/4\\\sqrt3/4&\sqrt3/4\end{bmatrix} \begin{bmatrix}1/2&\sqrt3/2\\\sqrt3/2&1/2\end{bmatrix}
@ John Madiagonalization should leave the off diagonal entries zero, even after doing the power series expansion of cosine, right. Multiplying with\pi /6is going to introduce a\pi ^2term in the power series expansion, but none of the options contains a '\pi' factor in them, this was my doubt. – user1844 Feb 16 '18 at 07:16