How can I calculate the inverse of $M$ such that:
$M \in M_{2n}(\mathbb{C})$ and $M = \begin{pmatrix} I_n&iI_n \\iI_n&I_n \end{pmatrix}$, and I find that $\det M = 2^n$. I tried to find the $comM$ and apply $M^{-1} = \frac{1}{2^n} (comM)^T$ but I think it's too complicated.
Hint: Compute the inverse of $$\begin{pmatrix}1 & i \\ i & 1\end{pmatrix}$$ and try the same pattern.