From ecc063dcfd7f6a9d9958af24583df6c59f192452 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 10 Feb 2022 00:29:38 +0100 Subject: More work on the matrix ensemble section. --- stokes.tex | 128 ++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 81 insertions(+), 47 deletions(-) diff --git a/stokes.tex b/stokes.tex index 1715160..33f2f5b 100644 --- a/stokes.tex +++ b/stokes.tex @@ -830,8 +830,10 @@ distribution in one complex variable $Z$ whose variances are $\overline{Z^*Z}=\overline{|Z|^2}=\Gamma$ and $\overline{Z^2}=C$. $\Gamma$ is positive, and $|C|\leq\Gamma$. The special case of $C=\Gamma$, where the variance of the complex variable and its covariance with its conjugate are the -same, reduces to the ordinary normal distribution. Its probability density -function is defined by +same, reduces to the ordinary normal distribution. The case where $C=0$ results +in the real and imaginary parts of $Z$ being uncorrelated, in what is known as +the standard complex normal distribution. Its probability density function is +defined by \begin{equation} p(z\mid\Gamma,C)= \frac1{\pi\sqrt{\Gamma^2-|C|^2}}\exp\left\{ @@ -841,41 +843,83 @@ function is defined by \right\} \end{equation} -We will consider an ensemble of random matrices $A=A_0+\lambda_0I$, where the -entries of $A_0$ are complex-normal distributed with variance $\Gamma=1/N$ and -$\lambda_0$ is some constant shift to its diagonal. The eigenvalue distribution -of these matrices is already known to take the form of an elliptical ensemble, -with constant support inside the ellipse defined by +We will consider an ensemble of random $N\times N$ matrices $B=A+\lambda_0I$, where the +entries of $A$ are complex-normal distributed with variances +$\overline{|A|^2}=A_0/N$ and $\overline{A^2}=C_0/N$, and $\lambda_0$ is a +constant shift to its diagonal. The eigenvalue distribution of these matrices +is already known to take the form of an elliptical ensemble, with constant +support inside the ellipse defined by \begin{equation} \label{eq:ellipse} - \left(\frac{\operatorname{Re}(\lambda e^{i\theta})}{\Gamma+|C|}\right)^2+ - \left(\frac{\operatorname{Im}(\lambda e^{i\theta})}{\Gamma-|C|}\right)^2 - <1 + \left(\frac{\operatorname{Re}(\lambda e^{i\theta})}{1+|C_0|/A_0}\right)^2+ + \left(\frac{\operatorname{Im}(\lambda e^{i\theta})}{1-|C_0|/A_0}\right)^2 +