I am studying Gershgorin’s Circle Theorem:
Let $A$ be a matrix with distinct real eigenvalues. For every diagonal element $a_{ii}$, let $$r_i = \sum_{j \ne i} |a_{ij}|.$$
Let $D_i = \{x: |x – a_{ii}| \le r_i\}$.
Then all eigenvalues lie within the set $\cup D_i$, and so lie somewhere within these sets $D_i$.
However, in my calculations I obtained 4 roots where two of the roots are repeated roots and the other two are distinct roots. It means that I obtained 4 eigenvalues, two repeated and two not repeated.
Can I apply the Gershgorin’s Circle Theorem in this case, where two eigenvalues are not distinct?
Thank you.