Hermitian matrix is always positive definite?

251 Views Asked by At

Let $\sum$ be the covariance matrix. I know that this matrix is $n\times n$, symmetric and positive definite. To decompose it with Cholesky I have to prove that $\sum$ is hermitian. So, a positive definite matrix is always hermitian? If not, can I apply Cholesky decomposition to not-hermitian matrices?