|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
PositiveDefiniteMatrixQ
PositiveDefiniteMatrixQ[m]
tests whether m is a positive definite matrix.
DetailsDetails
- PositiveDefiniteMatrixQ[m] gives True if m is explicitly positive definite, and gives False if it is a matrix that is not positive definite.
- A Hermitian matrix m is considered positive definite if and only if all its eigenvalues are positive.
- PositiveDefiniteMatrixQ works with SparseArray objects.
- PositiveDefiniteMatrixQ works for symbolic as well as numerical matrices.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

