Positive Definite Matrix Checker
Enter the entries a, b, c of the symmetric matrix.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
For a 2×2 symmetric matrix written as [[a, b], [b, c]], its definiteness — whether the quadratic form it represents is always positive, always negative, or mixed — can be read directly from two numbers: the leading entry a and the determinant, det = ac − b². By Sylvester’s criterion applied to the 2×2 case, the matrix is positive definite if a is greater than 0 and the determinant is greater than 0; positive semidefinite if a is at least 0 and the determinant is at least 0 (with equality allowed); negative definite if a is less than 0 and the determinant is greater than 0; and indefinite whenever the determinant is negative, meaning the matrix produces both positive and negative values depending on direction.
This classification matters across linear algebra and its applications: in optimization, the Hessian matrix of a function at a critical point must be positive definite for that point to be a local minimum (negative definite for a local maximum, indefinite for a saddle point); in statistics, a valid covariance matrix must be positive semidefinite; and in numerical methods, positive definiteness guarantees certain matrix decompositions (like the Cholesky decomposition) exist. This calculator takes the entries a, b, and c of a symmetric 2×2 matrix and classifies it using the leading minor and determinant.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)