Eigendecomposition
선형대수 많이 까먹어서.. 기억을 되짚어보기 위해 올립니다.
reference : Deep learning (Ian Goodfellow, Yoshua Bengio, Aaron Courville)
Eigendecomposition
Eigendecomposition means that we decompose a matrix into a set of eigenvectors and eigenvalues.
An eigen vector of a square matrix A is a nonzero vector
the scalar
If
Moreover,
Suppose that a matrix
We may concatenate all of the eigenvectors to form a matrix
.
Likewise, we can concatenate the eigenvalues to form a vector
The eigendecomposition of A is then given by
We have seen that constructing matrices with specific eigenvalues and eigenvectors allows us to stretch space in desired directions.
However, we often want to decompose matrices into their eigenvalues and eigenvectors.
Doing so can help us to analyze certain properties of the matrix, much as decomposing an integer into its prime factors can help us understand the behavior of that integer.
Not every matrix can be decomposed into eigenvaludes and eigenvectors.
In some cases, the decomposition exists, but may involve complex rather than real numbers.
Specifically, every real symmetric matrix can be decomposed into an expression using only real-valued eigenvectors and eigenvalues:
where
The eigenvalue
Because