Positivity of matrices and linear maps #
Compatibility wrappers for the part of Monlib's matrix-positive API now covered by Mathlib.
The adjoint of the linear map associated to a matrix is the map associated to its conjugate transpose.
Alias of Matrix.posSemidef_conjTranspose_mul_self.
The conjugate transpose of a matrix multiplied by the matrix is positive semidefinite
Alias of Matrix.posSemidef_self_mul_conjTranspose.
A matrix multiplied by its conjugate transpose is positive semidefinite
A matrix is invertible when its associated linear map is bijective.
Equations
Instances For
A positive definite matrix is invertible.
Equations
- hQ.invertible = โฏ.invertible
Instances For
The identity is a positive definite matrix.
Alias of Matrix.PosDef.eigenvalues_pos.
The eigenvalues of a positive definite matrix are positive.
The Euclidean linear map associated to a matrix acts by matrix-vector multiplication.
Alias of Matrix.IsHermitian.commute_iff.
Alias of Matrix.PosDef.trace_conjTranspose_hMul_self_eq_zero.
A positive definite matrix gives a faithful weighted xแดด * x trace.
Hermitian weighted traces are conjugate symmetric.