Consider $$A=I-\frac{1}{n}J$$ where $I$ is an $n\times n $ idenity matrix, $J$ is an $n\times n $ matrix with all entries as $1$.
Which of the following is NOT true?
- $A^k=A$ for every positive integer.
- Trace of $A$ is $n-1$
- $\text{Rank $(A)$+Rank $(I-A)$}=n$
- $A$ is invertible.
My first concern was to conclude fourth option is false and it looks more natural for me to conclude fourth is false.
Reason is $I-\frac{1}{n}J$ is invertible iff $\frac{1}{n}J$ is nilpotent i.e., $J$ is nilpotent and I am sure just by looking at it that $J$ would never be nilpotent.
So, $A$ would never be invertible.
Trace of $A$ would be just $\text{ Trace of $A$ - $\frac{1}{n}$Trace of $J$}=n-\frac{1}{n}(n)=n-1$
I consider $A^2=(I-\frac{1}{n}J)(I-\frac{1}{n}J)=I-\frac{1}{n}J-\frac{1}{n}J+\frac{1}{n^2}J^2$
I see $-\frac{1}{n}J+\frac{1}{n^2}J^2=0$ but I am not sure if this implies $A^k=A$ for all $k$.
I can not say anything about third option.
Could some one help me to clear this.
Thank you.