I have been given some matrix A that have size nxn and is nonsingular. I have to find out which condition A should satisfy such that it has a Cholesky factorization A = LL^T.
Can someone help me with this? Because should A not just be positive definitive which it already is because A is nonsingular or am I incorrect?