If $J$ is a $101\times 101$ matrix with all entries equal to $1$ and let $I$ denote the identity matrix of order $101$. Then what is the determinant of $J-I$ ?
2026-04-25 01:01:10.1777078870
On
If J is a 101×101 matrix with all entries equal to 1 and let I denote the identity matrix of order 101. Then what is the determinant of J-I?
4.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
5
On
The characteristic polynomial of $J$ is $$ \det(J-XI) $$ where $X$ is an indeterminate. However, $J$ has just two eigenvalues, namely $101$ and $0$, the latter with multiplicity $100$. Therefore the characteristic polynomial is $$ (0-X)^{100}(101-X) $$ and evaluating this polynomial at $X=1$ gives the answer.
More generally, if $J$ has order $n$, the characteristic polynomial is $$ (0-X)^{n-1}(n-X) $$
Note. The algebraic multiplicity of the eigenvalue $n$ is at least $1$, whereas the geometric multiplicity of the eigenvalue $0$ is exactly $n-1$, so also the algebraic multiplicity of the eigenvalue $0$ must be $n-1$ (as it cannot be larger than $n-1$ because of the other eigenvalue).
Let $J$ be the $n\times n$ matrix with all entries equal to $1$ and let $I$ be the $n\times n$ identity matrix.
Furthermore, let $A=-I$ and let $u=v=\left(\begin{array}{c}1\\\vdots\\1\end{array}\right)$. Then $J-I=A+uv^T$, such that by this Lemma: $$\det(J-I)=\det\left(A+uv^T\right)=\left(1+v^TA^{-1}u\right)\det(A)$$
$$\det(J-I)=(1-n)(-1)^n$$ and for $n=101$ you get $$\det(J-I)=(1-101)(-1)^{101}=100.$$