I have a matrix \begin{bmatrix} 6I &-4I&0&0&......0\\ -4I &6I& -4I & 0&......0\\ 0 & -4I & 6I & -4I &......0\\ .\\ .\\ .\\ 0&0&0&........-4I& 6I \end{bmatrix}
where $I$ is a $2 \times 2$ matrix. I want to show that the above matrix is a positive definite.
This matrix is symmetric and I need to show that all of the Eigen values of the matrix are positive. To find all the Eigen values by using the definition looks little hard to me.
Is there any other easy way to show that the above mentioned matrix is positive definite?