Given $$A=LDU$$ where
- $A$ is a real symmetric matrix
- $L$ is a lower unitriangular matrix
- $D$ is a diagonal matrix
- $U$ is an upper unitriangular matrix
can we say that $$A>0 \iff D>0$$ ?
Edit:
My thinking is that $(LD^{1/2})(D^{1/2}U)$ is (probably?) the Cholesky decomposition, and $D^{1/2}$ exists iff $D>0$.