Prove if the determinant of a matrix is positive, then it has a Cholesky factorization

241 Views Asked by At

Prove if the determinant of a matrix is positive, then it has a Cholesky factorization.

A cholesky factorization can only be performed for hermitian, positive definite matrices. Should I go about proving that if the determinant of a matrix is zero, then that matrix is positive definite&hermitian? This seems circuitous. Anyone have other suggestions?