Processing math: 84%
[LA] Eigenvalue and Eigenvector
·
.../Linear Algebra
특정 행렬 A는 linear transform을 의미함: Ax는 vector x를 linear transform하는 것에 해당. Square Matrix A의 eigenvector와 eigenvalue는 A를 standard matrix로 하는 linear transform의 고유한 특성을 나타내는 요소임.주의할 점은 eigenvalue와 eigenvector의 정의로 인해 A는 항상 Square Matrix임.A가 rectangle matrix인 경우엔 Singular Value, PCA 등이 대신 사용됨: AA,AA를 응용.Definition:$$\begin{aligned}A\mathbf{x} &= \lambda \ma..
[LA] Singular Value Decomposition (특이값분해, SVD)
·
.../Math
Singular Value DecompositionA=UΣVRank가 n인 matrix ARm×n where mn 에서orthonormal vector set{v1,,vn},{u1,un} 와non-negative scalr set {σ1,,σn}에 대하여Avi=σiui where i=1,2,,n를 만족한다고 가정하자.Singular Values and Left/Right Singular ..
[LA] 예제: Eigenvalue, Eigenvector 구하기
·
.../Math
출처Linear Algebra and Its Applications (5th ed.), David C. Lay, Pearson 2014Chapter 7.4 Example 1 문제A=[41114872]를 standard matrix로 가지는 linear transformation xAx에서 를 최대화시키는 unit vector \textbf{x}를 구하고, 해당 unit vector가 매핑된 vector A\textbf{x}의 length를 구하라.풀이해당 문제는 다음의 Constrained Optimzaion 문제임.$$\underset{\te..