Find the determinant of the matrix
\begin{bmatrix} 1 & 0 & 0&0&0 &2\\0&1&0&0&2&0 \\0&0&1&2&0&0\\0&0&2&1&0&0\\0&2&0&0&1&0\\2&0&0&0&0&1\end{bmatrix}
I tried using Laplace Expansion
I got
\begin{bmatrix} 1& 0\\0&1\end{bmatrix}\begin{bmatrix} 1 &2&0 & 0\\2&1&0&0\\0&0&1&0\\0&0&0&1\end{bmatrix}-\begin{bmatrix} 1& 0\\0&2\end{bmatrix}\begin{bmatrix} 0 &1&2 & 0\\0&2&1&0\\2&0&0&0\\0&0&0&1\end{bmatrix}-\begin{bmatrix} 0& 2\\1&0\end{bmatrix}\begin{bmatrix} 0 &1&2 & 0\\0&2&1&0\\0&0&0&1\\2&0&0&0\end{bmatrix}+\begin{bmatrix} 0& 2\\2&0\end{bmatrix}\begin{bmatrix} 0 &0&1 & 2\\0&0&2&1\\0&2&0&0\\2&0&0&0\end{bmatrix}
The result I am getting is $-3+12-12+48=45
which is wrong
The correct answer is $-27$.
Please help where i am wrong.
NOTE:
Please dont give another method for solving this problems.I know there are many.
How to fix this problem
EDIT:
$(-1)^{1+1+2+2}$ \begin{bmatrix} 1& 0\\0&1\end{bmatrix}\begin{bmatrix} 1 &2&0 & 0\\2&1&0&0\\0&0&1&0\\0&0&0&1\end{bmatrix} $+(-1)^{1+2+1+3}$\begin{bmatrix} 1& 0\\0&0\end{bmatrix}\begin{bmatrix} 0 &0&2 & 0\\2&1&0&0\\0&0&1&0\\0&0&0&1\end{bmatrix}
+$(-1)^{1+2+1+4}$\begin{bmatrix} 1& 0\\0&0\end{bmatrix}\begin{bmatrix} 0 &0&2 & 0\\1&2&0&0\\0&0&1&0\\0&0&0&1\end{bmatrix}+...
Let $$ I = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}, \qquad A = \begin{bmatrix} 0 & 0 & 2 \\ 0 & 2 & 0 \\ 2 & 0 & 0 \end{bmatrix} $$ Then your matrix can be written as $$ M = \begin{bmatrix} I & A \\ A & I \end{bmatrix}. $$ Then a formular gives us $$ \det M = \det I \cdot \det(I - A^2). $$ Since $$ I - A^2 = I - 4I = -3I, $$ we conclude that $$ \det M = -3^3 = -27.$$