is there a nice way to calculate the inverse of the following matrix symbolically?
$A\in\mathbb{R}^{n\times n+1}$ and $b\in\mathbb{R}^{1\times n+1}$ so that $B=\left(\begin{array}{c}A\\b \end{array}\right)\in\mathbb{R}^{n+1\times n+1}$ are given. Is there a nice way to express the inverse of B , inv(B) or is that not possible?