Let $M$ be a complex $2n\times 2n$-matrix of the form $$ M=\begin{pmatrix}A&B\\ -B &A\end{pmatrix}, $$ where $A$ is a symmetric $n\times n$-matrix and $B$ a skew-symmetric $n\times n$-matrix. In particular, $M$ is symmetric.
I would like to know the precise conditions on $A$ and $B$ such that $M$ is invertible, and then a formula for $M^{-1}$ in terms of $A$ and $B$ which is as easy as possible. In particular, the formula should take into account that A and B are symmetric and skew-symmetric, respectively.
The literature on general block matrix inversion formulas is so overwhelming that I can find only results which are way too general for my purpose (e.g. the inversion formulas given in this Wikipedia article).
Thank you very much in advance for any helpful comments and answers.
Suppose that $A$ and the Schur complement $S = A + BA^{-1}B$ are invertible. Then the inverse of $M$ is given by
$$ M^{-1} = \begin{bmatrix} A^{-1}(I - S^{-1}BA^{-1}) & -A^{-1}BS^{-1}\\ S^{-1}BA^{-1} & S^{-1} \end{bmatrix}, $$ which is just the usual block inversion formula.