Let be a complex matrix, with entries . For let be the sum of the absolute values of the non-diagonal entries in the -th row:
Let be a closed disc centered at with radius . Such a disc is called a Gershgorin disc.
- Theorem. Every eigenvalue of lies within at least one of the Gershgorin discs
 - Corollary. The eigenvalues of A must also lie within the Gershgorin discs Cj corresponding to the columns of A.
 - Note: The theorem does not claim that there is one disc for each eigenvalue.
 - ________________________________________________
 - This theorem can be used to solve the following problem, asked in the PhD entrance exam of Pondicherry university in the year 2011.
 - All eigenvalues of the matrix $\begin{pmatrix} 1 & 2 & 0 \\ 2 & 1 & 0 \\ 0 & 0 & -1 \end{pmatrix}$ lie in the disc
 - a) $|\lambda +1| \le 1$
 - a) $|\lambda -1| \le 1$
 - a) $|\lambda +1| \le 0$
 - a) $|\lambda -1| \le 2$
 
Comments
Post a Comment