728x90
문제
다음 기본적인 행렬에 대한 eigenvalue와 eigenvector를 구하라.
1)
$$\begin{bmatrix}4 & 2 \\ 1 & 3 \end{bmatrix}$$
2)
$$\begin{bmatrix}2 & 1 \\ 4 & 2 \end{bmatrix}$$
같이 보면 좋은 자료
2024.11.06 - [.../Linear Algebra] - [LA] Eigenvalue and Eigenvector
[LA] Eigenvalue and Eigenvector
특정 행렬 $A$는 linear transform을 의미함: $A\mathbf{x}$는 vector $\mathbf{x}$를 linear transform하는 것에 해당. Sqaure Matrix $A$의 eigenvector와 eigenvalue는 $A$를 standard matrix로 하는 linear transform의 고유한 특성을
dsaint31.tistory.com
반응형
'... > Linear Algebra' 카테고리의 다른 글
[LA] A $\mathbf{x}=\mathbf{b}$ 에서의 4개의 Subspace 와 Complete Solution (0) | 2025.02.06 |
---|---|
[LA] LDU Decomposition (or LDU Factorization) (0) | 2025.02.05 |
[LA] Elementary Row Operation Matrix (0) | 2025.01.27 |
[LA] 예제: LU Factorization (or LU Decomposition) 와 Gauss Elimination (0) | 2025.01.27 |
[LA] Gram-Schmidt Process and QR Decomposition (0) | 2025.01.26 |