[LA] Eigenvalue and Eigenvector

2024. 11. 6. 23:58·.../Linear Algebra
728x90
728x90

특정 행렬 $A$는 linear transform을 의미함: $A\mathbf{x}$는 vector $\mathbf{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^\top, A^\top A$를 응용.

Definition:

$$\begin{aligned}A\mathbf{x} &= \lambda \mathbf{x} \\ A\mathbf{x} &= \lambda I \mathbf{x} \\ (A-\lambda I) \mathbf{x} &= \mathbf{0} \\ \det (A- \lambda I) &= 0\end{aligned}$$

  • $A$: Square Matrix
  • $\lambda$: Eigenvalue
  • $\mathbf{x}$: Eigenvactor. (Non-Zero Vector). $\mathbf{x} \in \text{Nul}(A-\lambda I)$
  • $(A-\lambda I)$: Singular Matrix (=not invertible)

Eigenvector:

  • $n \times n$ 행렬 $A$를 linear transform으로 보았을 때,
  • 해당 linear transform을 통해 방향이 변화되지 않고 유지되면서
  • 크기(norm)만 Scalar Multiplication이 가해지는
  • Nonzero Vector $\textbf{x}$ :
    • 특정 eigenvalue에 대응하는 eigenvector는 무한한 갯수로 존재하므로
    • linearly independent 한 것들로 제한하여 카운팅.

Eigenvalue:

  • 행렬 $A$가 linear transform으로 작용할 때,
  • 특정 eigenvector $\textbf{x}$에 대해 해당 변환이 결과적으로 얼마나 크기를 변환시키는지를 나타내는
  • Scalar 값 $\lambda$.
  • Eigenvalue는 0이 될 수도 있음.

Eigenspace:

  • $(A - \lambda I)\textbf{x} = \textbf{0}$의 모든 solution의 집합: Null Space.
  • Linear Transform $A$가 행해질 때,
  • 특정 eigenvalue $\lambda$에 대해 고유한 방향성을 유지하는 vector들로 구성된 subspace: $\mathbb{R}^n$의 부분 공간.
  • 이는 특정 eigenvalue $\lambda$에 대응하는 eigenvectors의 span임.
  • 즉, 해당하는 eigenvectors의 linear combinations을 통해 얻어지는 공간임.

Multiplicity: Characteristic Equation 의 중근에 대한 exponent

$$\det(A-\lambda I)= (\lambda_1 -2)^2(\lambda_2 - 7)^3(\lambda -5)$$

중근인 eigenvalue 2에 대한 multiplicity 는 2이고, 역시 중근인 eigenvalue 7에 대해선 multiplictiy는 3.
이는 엄밀히는 Algebraic Multiplicity임.

  • Geometric Multiplicity는 특정 eigenvalue에 대응하는 linearly independent eigenvector의 개수를 의미.
    • Algebraic multiplicity는 eigenvalue의 characteristic equation(특성다항식) 항(term)에서의 중복 횟수(=exponent)를 나타냄.
      • 해당 eignevalue에 대한 characteristic equation의 root의 multiplicity임.
      • Characteristic Equation: $\det ( A - \lambda I)=0$
    • eigenvalue의 특성방정식에서의 중복 횟수를 나타냄. 다항식의 root의 중복도로 정의됨.
    • Geometric multiplicity는
      • 그 eigenvalue에 대해 얻을 수 있는
      • linearly independent한 eigenvectors의 최대 개수로,
      • 해당 eigenvalue의 eigenspace의 차원으로 정의됨.
    • Geometric multiplicity 는 항상 Algebraic multiplicity 보다 작거나 같음:
      • Diagonalizable Matrix,
      • Normal matrix (Hermitian matrix, Unitary matrix),
      • Symmetric Matrix 에서 같아짐
      • (또는 distinct eigenvalue로 얻어지는 경우)
  • 특정 eigenvalue에 대응하는 여러 개의 linearly independent eigenvector가 존재할 수 있음
    • 이들 모두와 zero vector가 이루는 vector subspace가 eigenspace임. 
    • Eigenspace의 차원이 바로 geometrical multiplicity임.
    • Eigenspace의 가능한 최대차원이 바로 (algebraic) multiplicity임.

Summary

Linear transform으로서의 행렬 $A$는 특정 방향으로 변하지 않는 벡터, 즉 Eigenvector를 가짐.

이는 해당 선형 변환의 고유한 방향성을 나타냄.

 

실제로 구할 때는

  1. Characteristic Equation $\det (A-\lambda I) =0$으로 Eigenvalue를 구하고,
  2. 이를 $A -\lambda \mathbf{x} =\mathbf{0}$의 non-trivial solution $\mathbf{x}$를 구해서 Eigenvalue별 Eigenvector를 구함. 

기억하면 좋은 내용들

  • 특정 Matrix의 Eigenvalue로 이루어진 set을 Spectrum 이라고 부름.
  • Distinct Eigenvalue들 각각에 해당하는 Eigenvector들은 Linearly Independent임 (Orthogonal 까지 보장하진 않음).
  • $A^\top$의 Eigenvalues는 $A$와 같음.
  • $A$의 Eigenvalue가 $\lambda$일 때, $k=1,2, \dots,$ 이면 $A^k$의 Eigenvalue는 $\lambda^k$이며 대응하는 Eigenvector는 $A$의 경우와 동일함.
  • $A$가 non-singular(=invertible, Eigenvalue에 0이 없음)인 경우, $A^{-1}$의 Eigenvalue는 $\lambda^{-1}$이고 대응하는 Eigenvecot는 $A$의 경우와 동일함.
  • Square Matrix $A$와 $B$가 Similar 관계이면, $B=P^{-1}AP$가 성립하는 Invertible Matrix $P$가 존재하며, $A$와 $B$는 같은 Eigenvalues를 공유함: Diagonlizable로 발전!

같이보면 좋은 자료들

2022.11.17 - [.../Math] - [LA] Normal Matrix (정규행렬)

 

[LA] Normal Matrix (정규행렬)

Normal Matrix란?Matrix $A \in M_n (C)$에 대해 (◀ Matrix가 Complex Number를 가질 수 있으며, $n\times n$ Square Matrix임), 다음을 만족하면 $A$를 Normal Matrix (정규행렬)이라고 부름.$$A{A^*}^\top(=AA^H)={A^*}^\top A(=A^H A)$$wh

dsaint31.tistory.com

2024.09.23 - [.../Signals and Systems] - [SS] Eigenmode, Eigenvector, and System mode

 

[SS] Eigenmode, Eigenvector, and System mode

시스템 모드(system mode)는시스템의 고유 모드(eigenmode),즉 시스템의 고유벡터(eigenvector),시스템의 고유함수(eigenfunction)들과 동일한 개념임. 이는 시스템 고유의 response를 결정하는 핵심 요소임. 시

dsaint31.tistory.com

2025.01.28 - [.../Linear Algebra] - [LA] 예제: Eigenvalue, Eigenvector 구하기 (기초)

 

[LA] 예제: Eigenvalue, Eigenvector 구하기 (기초)

문제다음 기본적인 행렬에 대한 eigenvalue와 eigenvector를 구하라.1)$$\begin{bmatrix}4 & 2 \\ 1 & 3 \end{bmatrix}$$더보기https://youtu.be/ZqbKRg7B8WU?si=UFOo7Q5RCoaqw6B7 2)$$\begin{bmatrix}2 & 1 \\ 4 & 2 \end{bmatrix}$$더보기https://

dsaint31.tistory.com

2024.02.15 - [.../Math] - [LA] Singular Value Decomposition (특이값분해, SVD)

 

[LA] Singular Value Decomposition (특이값분해, SVD)

Singular Value Decomposition$$A=U\Sigma V^\top$$Rank가 $n$인 matrix $A\in \mathbb{R}^{m\times n}\text{ where }m\ge n$ 에서orthonormal vector set$\{\textbf{v}_1, \dots, \textbf{v}_n\}, \{\textbf{u}_1, \dots \textbf{u}_n\}$ 와non-negative scalr set $\{\

dsaint31.tistory.com

2022.11.17 - [.../Linear Algebra] - [LA] Diagonalization (Eigen-Decomposition), Orthogonal Diagonalization, and Symmetric Matrix

 

[LA] Diagonalization (Eigen-Decomposition), Orthogonal Diagonalization, and Symmetric Matrix

Diagonalizable (대각화)Sqaure Matrix가 $n$개의 eigenvalue를 가지고 (multiplicity를 감안하여 중복 카운트. 0인 Eigenvalue도 카운트), 이들 각각의 eigenvalue들이 각자의 multiplicity에 해당하는 dimension을 가지는 eige

dsaint31.tistory.com

 


2025.01.21 - [.../Linear Algebra] - [Summary] Linear Algebra (작성중)

 

[Summary] Linear Algebra (작성중)

ML 을 위해 Linear Algebra 공부시 참고할만한 책더보기전체적으로 공부를 한다면 다음을 권함.Linear Algebra and Its Application, 5th ed 이상, David C. Lay5th ed. 는 웹에서 쉽게 pdf도 구할 수 있음. 다음은 1~2개

dsaint31.tistory.com


 

'... > Linear Algebra' 카테고리의 다른 글

[LA] Quadratic Form and Positive/Negative Definite  (0) 2025.01.24
[Summary] Linear Algebra (작성중)  (0) 2025.01.21
[LA] Spectral Theorem for Symmetric Matrix  (2) 2024.07.20
[LA] Skew-Symmetric Matrix 란  (0) 2024.07.16
[LA] Null Space  (0) 2024.07.08
'.../Linear Algebra' 카테고리의 다른 글
  • [LA] Quadratic Form and Positive/Negative Definite
  • [Summary] Linear Algebra (작성중)
  • [LA] Spectral Theorem for Symmetric Matrix
  • [LA] Skew-Symmetric Matrix 란
dsaint31x
dsaint31x
    반응형
    250x250
  • dsaint31x
    Dsaint31's blog
    dsaint31x
  • 전체
    오늘
    어제
    • 분류 전체보기 (740)
      • Private Life (13)
      • Programming (56)
        • DIP (104)
        • ML (26)
      • Computer (119)
        • CE (53)
        • ETC (33)
        • CUDA (3)
        • Blog, Markdown, Latex (4)
        • Linux (9)
      • ... (351)
        • Signals and Systems (103)
        • Math (172)
        • Linear Algebra (33)
        • Physics (42)
        • 인성세미나 (1)
      • 정리필요. (54)
        • 의료기기의 이해 (6)
        • PET, MRI and so on. (1)
        • PET Study 2009 (1)
        • 방사선 장해방호 (4)
        • 방사선 생물학 (3)
        • 방사선 계측 (9)
        • 기타 방사능관련 (3)
        • 고시 (9)
        • 정리 (18)
      • RI (0)
      • 원자력,방사능 관련법 (2)
  • 블로그 메뉴

    • Math
    • Programming
    • SS
    • DIP
  • 링크

    • Convex Optimization For All
  • 공지사항

    • Test
    • PET Study 2009
    • 기타 방사능관련.
  • 인기 글

  • 태그

    opencv
    검사
    signals_and_systems
    Optimization
    Convolution
    numpy
    fourier transform
    인허가제도
    SS
    function
    SIGNAL
    Programming
    Probability
    random
    Python
    linear algebra
    Term
    math
    signal_and_system
    Vector
  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
dsaint31x
[LA] Eigenvalue and Eigenvector
상단으로

티스토리툴바