Suppose matrices $A\in\mathbb{R}^{2\times3}$ and $B\in\mathbb{R}^{3\times3}$ are available for computing $(AB^{-1}A^T)^{-1}$.
If $A$ was square we could simplify it to $A^{-T}BA^{-1}$. Is a simplification possible if $A$ is non-square?
Background
The application here is to calculate the precision matrix (inverse covariance matrix) of a Gaussian random variable $y=Ax$ where $y\in\mathbb{R}^2$ and $x\in\mathbb{R}^3$~$N(\mu,B^{-1})$, where $B$ is known and could be close to singular (hence the desire to work with precision matrices rather than covariance matrices).