4

A question in elementary linear algebra, while considering the Cayley-Menger Determinant:

Given an $n\times n$ matrix $M$, consider $$\tilde{M}=\begin{pmatrix} M & (1,1,\cdots, 1)^\top \\ (1,1,\cdots, 1)& 0\end{pmatrix}$$ Is it possible to express $\det(\tilde{M})$ in terms of $\det(M)$ and some simpler terms?

You may assume that $M$ is symmetric. (This problem, in its original setting in my research, has the condition that $M$ is symmetric. But it'll be more interesting to solve the general case.)

finnlim
  • 2,733

1 Answers1

7

One can certainly specialize the determinant formula for block matrices to the bordering case:

$$\begin{vmatrix}\mathbf M&\mathbf e\\\mathbf e^\top&0\end{vmatrix}=-(\mathbf e^\top\mathbf M^{-1}\mathbf e)\det\mathbf M$$

where $\mathbf e$ is the column vector whose entries are all $1$'s.

hardmath
  • 37,015