It’s not so often in numerical linear algebra that the plots we produce are visually attractive. This plot came up in some MATLAB experiments. Can you guess what it is?
I plotted the Gershgorin discs of a stochastic matrix: a matrix with nonnegative elements and row sums all equal to . The Gershgorin discs for an
matrix
are the
discs in the complex plane defined by
Gershgorin’s theorem says that the eigenvalues of lie in the union of the discs.
Why do the discs form this interesting pattern? For a stochastic matrix the th Gershgorin disc is
This disc goes through and the closer
is to
the smaller the radius of the disc, so the discs are nested, with the disc corresponding to
containing all the others.
The matrix used for the plot is A = anymatrix('core/symmstoch',64)
from the Anymatrix collection. It has diagonal elements approximately uniformly distributed on , so the centers of the discs are roughly equally spaced and shrink as the centers move to the right.
The image above is for the matrix of dimension . The black dots are the eigenvalues. Here is the plot for
. The function used to produce these plots is
gersh
from the Matrix Computation Toolbox.
Here are two other matrices whose Gershgorin discs make a graphically interesting plot.
If you know of any other interesting examples please put them in the comments below.
If the zip file of the Matrix Computation Toolbox is not downloading properly you can get it from https://nickhigham.files.wordpress.com/2023/02/mctoolbox.zip