Differences between revisions 1 and 2
Revision 1 as of 2025-09-24 17:58:45
Size: 769
Comment: Initial commit
Revision 2 as of 2025-09-24 17:59:00
Size: 768
Comment: Simplifying matrix page names
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 * The [[LinearAlgebra/Determinants|determinant]] is positive, and all subdeterminants are also positive.  * The [[LinearAlgebra/Determinant|determinant]] is positive, and all subdeterminants are also positive.

Positive Definiteness

A matrix is positive definite if all eigenvalues are positive. A matrix is positive semi-definite if all eigenvalues are positive or zero.


Description

A positive definite matrix, by definition, has the property that all eigenvalues are positive. Beyond this:

  • A positive definite matrix is also symmetric.

  • All pivots are positive.
  • The determinant is positive, and all subdeterminants are also positive.

'Semi-definite' is a slight modification, allowing 0.


CategoryRicottone

LinearAlgebra/PositiveDefiniteness (last edited 2026-02-02 05:34:32 by DominicRicottone)