Eigen-coordinates of a Hermitian matrix #
Let B be a Hermitian matrix over an RCLike field with orthonormal eigenvector basis
hB.eigenvectorBasis and real eigenvalues hB.eigenvalues. This file reads three quantities
off the eigen-coordinates: the quadratic form x ↦ ⟪x, B x⟫, which becomes a weighted sum of
squared moduli, and the diagonalization and the determinant of the pencil 1 - c • B, which are
read off the scalars 1 - c * hB.eigenvalues j. The pencil is diagonal in the eigenbasis for
any scalar c; only its positive definiteness asks for a real one.
These are the spectral facts behind the moment-generating function of a Gaussian quadratic form, whose exponential-integrability domain is a positive-definiteness condition on such a pencil and whose value is a power of its determinant.
Main results #
Matrix.IsHermitian.inner_toEuclideanLin_sum_smul_eigenvectorBasis— the quadratic form ofBat∑ j, c j • b jis∑ j, hB.eigenvalues j * ‖c j‖ ^ 2;Matrix.IsHermitian.posDef_one_sub_smul_iff—1 - c • Bis positive definite exactly whenc * hB.eigenvalues j < 1for everyj;Matrix.IsHermitian.one_sub_smul_eq_conjStarAlgAut_diagonalandMatrix.IsHermitian.det_one_sub_smul—1 - c • Bis conjugate to a diagonal matrix, and its determinant is∏ j, (1 - c * hB.eigenvalues j).
In the eigen-coordinates of a Hermitian matrix, its quadratic form is the sum of the squared moduli of the coordinates weighted by the eigenvalues.
The pencil 1 - c • B is conjugate, by the eigenvector unitary of B, to the diagonal matrix
with entries 1 - c * hB.eigenvalues j.
The pencil 1 - c • B is positive definite exactly when c * hB.eigenvalues j < 1 for every
eigenvalue.
The determinant of the pencil 1 - c • B is the product of 1 - c * hB.eigenvalues j over
the eigenvalues.