Find the eigenvalues and eigenvectors for the moment of inertia matrix given by $$I={m\over 2}\left(\begin{matrix} 1 & -1 & 0\\ -1 & 1 & 0\\ 0 & 0 & 2\end{matrix}\right)$$
I'm not quite sure whether or not I should include $m\over 2$ when determining the eigenvalues and eigenvectors or if I should let $A=\left(\begin{matrix} 1 & -1 & 0\\ -1 & 1 & 0\\ 0 & 0 & 2\end{matrix}\right)$ and solve for its eigenvalues and eigenvectors.
I determined the eigenvalues to be $\ \lambda=0 \ $ and$\ \lambda=m$. Solving for the eigenvector given $\ \lambda = 0$: $$I-\lambda={m\over 2}\left(\begin{matrix} 1 & -1 & 0\\ -1 & 1 & 0\\ 0 & 0 & 2\end{matrix}\right)$$ and by Gauss-Jordan elimination: $$I-\lambda={m\over 2}\left(\begin{matrix} 0 & 0 & 0\\ -1 & 1 & 0\\ 0 & 0 & 2\end{matrix}\right)$$ The corresponding eigenvector for $\ \lambda = 0 \ $ was determined: $$\left(\begin{matrix} x\\ y\\ z\end{matrix}\right)_{\lambda = 0}=x\left(\begin{matrix} 1\\ 1\\0\end{matrix}\right)$$ Similarly for $\ \lambda = m$: $$I-\lambda={m\over 2}\left(\begin{matrix} -1 & -1 & 0\\ -1 & -1 & 0\\ 0 & 0 & 0\end{matrix}\right)$$ and by Gauss-Jordan elimination: $$I-\lambda={m\over 2}\left(\begin{matrix} 0 & 0 & 0\\ -1 & -1 & 0\\ 0 & 0 & 0\end{matrix}\right)$$ The corresponding eigenvector for $\ \lambda = m \ $ was determined: $$\left(\begin{matrix} x\\ y\\ z\end{matrix}\right)_{\lambda = m}=x\left(\begin{matrix} 1\\ -1\\0\end{matrix}\right)+z\left(\begin{matrix} 0\\ 0\\ 1\end{matrix}\right)$$ Please correct me if I'm wrong!
The eigenvalues of the matrix $$\begin{bmatrix} 1 & -1 & 0\\ -1 & 1 & 0\\ 0 & 0 & 2\end{bmatrix}$$ are not the same as the eigenvalues of the matrix
$$\frac{m}{2}\begin{bmatrix} 1 & -1 & 0\\ -1 & 1 & 0\\ 0 & 0 & 2\end{bmatrix}.$$
You most certainly cannot just ignore the factor $\frac{m}{2}$.
However, you might notice that for any matrix $A$ and nonzero scalar $\alpha$, the matrix $A$ and $\alpha A$ have the same eigenvectors, and from that, you can also show that $\lambda$ is an eigenvalue of $A$ if and only if $\alpha\lambda$ is an eigenvalue of $\alpha A$.
This means that when looking for eigenvectors and eigenvalues of $\alpha A$, you can calculate them for $A$, and then keep the vectors and multiply the eigenvalues by $\alpha$ to get your final result.