I have a block matrix $$ M=\left( \begin{array}{cc} A&-\vec d^T \\ \vec c& b \\ \end{array} \right) $$ where $A$ is a $(n-1)\times (n-1)$ matrix, $\vec d,\ \vec c$ are two vectors of dimension $=n-1$, while $b$ is a real number. Thus matrix $M$ is a $n\times n$ square matrix. My question is as follows. Knowing $\det A$, $\vec d,\ \vec c$ and $b$, is it possible to calculate $\det M$?
Thanks in advance.
Here $c,d$ are rows and not vectors. There is a formula that is valid for any $b$ (the last equality in kubek's proof is false). According to [Horn, Johnson "Matrix Analysis" (2013), 0.8.5.10 ], one has $\det(M)=b\det(A)+c. adj(A).d^T$, where $adj(A)$ is the classical adjoint of $A$.