- What can we tell about $\det(X)$ if we know $\det(I + X)$? Will it give some kind of bound for $\det(X)$?
- In general, if we know the determinant of matrix $A + X$, where $A$ is a constant matrix, how much can we say about $\det(X)$?
Thank you for the attention.
The determinant is the product of the eigenvalues $$\det({\bf A}) = \prod_k \lambda_k({\bf A})$$
Then it is well known that all eigenvalues increase by 1 if adding $\bf I$ to any matrix:
$$\det({\bf A+I}) = \prod_k (\lambda_k({\bf A})+1)$$
Maybe you can rewrite this product into something you are comfortable working with. I do not think this extends in any nice way to adding $\bf X\neq I$.