Is there a way to simplify $\det(D + C)$, where $D,C$ are square matrices of matching dimensions, $D$ is diagonal (with different diagonal elements, $D_{ij} = \delta_{ij}d_i$), and $C$ is a constant matrix, that is, all entries $C_{ij}=c$ are equal to the same number?
To be more explicit, assuming $D,C\in\mathbb{R}^{n\times n}$, the matrix $D+C$ has the form:
$$D + C = \left(\begin{array}{ccccc} d_1 + c & c & c & \cdots & c\\ c & d_2 + c & c & \cdots & c\\ c & c & d_3 + c & \cdots & c\\ \vdots & \vdots & \vdots & & \vdots\\ c & c & c & \cdots & d_n + c \end{array}\right)$$