Eigenvalues of infinite matrices - MathOverflow [closed]most recent 30 from http://mathoverflow.net2013-05-20T04:29:39Zhttp://mathoverflow.net/feeds/question/109567http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/109567/eigenvalues-of-infinite-matricesEigenvalues of infinite matricesJohn Young2012-10-13T23:36:18Z2012-10-15T11:34:12Z
<p>I am trying to find some literature on infinite matrices because I want to know how to get the eigenvalues of infinite matrices. Seriously, it seems there are very few references available. Can someone tell me how to determine the spectrum of infinite matrices?</p>
http://mathoverflow.net/questions/109567/eigenvalues-of-infinite-matrices/109573#109573Answer by Delio Mugnolo for Eigenvalues of infinite matricesDelio Mugnolo2012-10-14T00:54:55Z2012-10-14T00:54:55Z<p>to present an example: if the considered matrix is the adjacency matrix of a graph, there are relatively involved graph theoretical criteria <em>just</em> to decide whether the spectral radius is an eigenvalue, let alone further spectral values. i think you should make yourself clearer what exactly you would like to know.</p>
http://mathoverflow.net/questions/109567/eigenvalues-of-infinite-matrices/109591#109591Answer by Adrien Hardy for Eigenvalues of infinite matricesAdrien Hardy2012-10-14T09:22:50Z2012-10-14T09:22:50Z<p>For me, infinite matrix means an operator on $\ell^2(\mathbb N)$ (or sometimes $\ell^2(\mathbb Z)$, but usually referred to bi-infinite matrix). Concerning the eigenvalues, you thus may just look at the general theory concerning operator on Hilbert spaces, as already pointed out in the comments above. </p>
http://mathoverflow.net/questions/109567/eigenvalues-of-infinite-matrices/109602#109602Answer by Per Alexandersson for Eigenvalues of infinite matricesPer Alexandersson2012-10-14T11:32:59Z2012-10-14T11:32:59Z<p>I have done some research on banded Toeplitz matrices,
(where we consider a sequence of finite matrices, and show where the eigenvalues accumulate).
There is also quite old literature on this subject, see references in this paper I shamelessly advertise: <a href="http://arxiv.org/abs/1208.5607" rel="nofollow">http://arxiv.org/abs/1208.5607</a></p>
http://mathoverflow.net/questions/109567/eigenvalues-of-infinite-matrices/109663#109663Answer by Gottfried Helms for Eigenvalues of infinite matricesGottfried Helms2012-10-15T00:48:40Z2012-10-15T11:34:12Z<p>One simple example with a special matrix, which has somehow "a continuum" as eigenvalue...<br>
Consider some function $ f(x) = K + ax + bx^2 + cx^3 + ... $ having a nonzero radius of convergence. Then think of the infinite matrix of the form
$$ \small \begin{bmatrix}
K & . & . & . & \cdots \\
a & K & . & . & \cdots \\
b & a & K & . & \cdots \\
c & b & a & K & \cdots \\
\vdots & \vdots & \vdots& \vdots & \ddots
\end{bmatrix} $$
From the properties of finite matrices we would expect, that <em>K</em> is an eigenvalue. But consider a type of an infinite vector</p>
<p>$$ V(x) = [1,x,x^2,x^3,x^4,\ldots ] $$ with a scalar parameter $x$ from the range of convergence, then
$$ V(x) \cdot F = f(x) \cdot V(x) $$
This means also: any vector $V(x)$ is an eigenvector of the matrix <strong><em>F</em></strong> and corresponds to the eigenvalue $f(x)$. If now $f(x)$ is entire, for instance the exponential function $ f(x)=\exp(x)$, then any value from the complex plane (except $0$ because $\exp(x)$ is never $0$) "is an eigenvalue" of <strong><em>F</em></strong> contradicting the "naive" extrapolation from the finite truncation of the matrix ...</p>