To keep things simple, assume a matrix $A$ with the following properties:
- $A$ is real and symmetric
- $A$ is of full rank and the columns of $A \in \mathbb{R}^n$
What can be stated about the Eigen Value Decomposition (EVD) of such a matrix?
I am aware of a few things such as:
- The eigenvectors of $A$ must be orthogonal (at least those that correspond to distinct eigenvalues)
- Since $A$ is of full rank, $0$ is not an eigenvalue of $A$
But what else can be stated? Or better yet, under what conditions can the following be stated?
- If the EVD of $A$ produces diagonalization $A = V \Lambda V^T$, where $\Lambda$ is the diagonal matrix of eigenvalues and $V$ is a matrix whose columns are the eigenvectors of $A$, when is $V$ a unitary matrix i.e. when is $V^T V = VV^T = I$ where $I$ is the identity or one can say when does the columns of $V$ yield an orthonormal basis for $\mathbb{R}^n$?