Matrix의 characteristic equation은 λ에 대한 polynomial equation 형태로 나오게 됩니다. polynomial equation의 solution은 복소수이며, 실수가 아닌 복소수인 경우도 존재할 수 있습니다.
Complex eigenvector와 eigenvalue 역시 정의는 기존의 eigenvector와 eigenvalue와 같지만, eigenvector의 성분 값, eigenvalue가 복소수인 경우를 뜻합니다.
example
A=[01−10]
다음 matrix의 characteristic equation은
det(A−λI)=λ2+1=0
이 되어
λ=i,−i
로 complex eigenvalue를 가집니다. 이 때, 각각의 eigenvalue에 대응하는 eigenvector는
λ=iAx=ix−x2=ix1x1=ix2
가 되어
x=x2[i1],x2isfree
가 되고, λ=−i인 경우
Ax=−ix−x2=−ix1x1=−ix2
가 되어
x=x2[−i1],x2iffree
임을 알 수 있습니다. 따라서 eigenvector를
[i1],[−i1]
으로 뽑을 수 있습니다.
(1) Real and Imaginary Parts of Vectors
다음 복소수
x=a+bi
에서 a를 실수부(real part), b를 허수부(imaginary part)로 둔 것처럼, vector에서도 실수부, 허수부를 나눌 수 있습니다. 또한 복소수에서 정의한 켤레복소수(conjugate)
xˉ=a−bi
또한 벡터에서 정의할 수 있습니다.
complex vector x∈Cn의 real part와 imaginary part를 각각의 성분의 real part, imaginary part로 나누어 vector로 나타낸 것을 뜻합니다. 또한 x의 conjugate는 x의 imaginary part의 부호를 바꾼 벡터를 뜻합니다.
만약 어떤 x를 Cx로 바꾸는 transformation으로 생각하면 복소평면에서 θ만큼 회전 후 r배 하는 transformation으로 해석할 수 있습니다.
example
A=[.5.75−.61.1],λ=.8−.6i,v1=[−2−4i5]
여기서 λ는 A의 eigenvalue이고, v1는 λ에 대응하는 eigenvector입니다. 여기서, v1의 real part와 imaginary part로 이루어진 matrix
P=[Rev1Imv1]=[−25−40]
로 설정하고, C를 A와 similar한 matrix
C=P−1AP=[.8.6−.6.8]
로 정하면, C matrix를 이용한 transformation은 회전 변환을 뜻하게 됩니다. (cosθ=.8,sinθ=.6) 여기서 양변에 P−1와 P를 곱하면
A=PCP−1
가 됩니다. A가 standard matrix인 matrix transformation을 생각하면
Ax=PCP−1x
가 되는데, 이 때
x=Pu⟺u=P−1x
를 고려하면 u는 x의 change of variable로 생각할 수 있습니다. 그 후
Cu
는 u를 θ만큼 회전시키는 transformation이 되고, 그 후 다시 P를 곱해 Cu를 다시 change of variable로 바꾸는 과정을 의미합니다. (본래 x variable로 말이죠.) 이를 도식화하면 다음과 같습니다.
이를 일반화한 정리가 다음과 같습니다.
Theorem
Let A be a real 2×2 matrix with a complex eigenvalue λ=a−bi(b=0) and an associated eigenvector v in C2. Then
A=PCP−1,whereP=[RevImv],C=[ab−ba]
즉 complex eigenvalue를 가지면, A는 C와 similar합니다. 이 때 A를 standard matrix로 가지는 transformation을 생각하면, 해당 transformation은 먼저 P의 column의 linear combination의 coefficient로 변환 후, C에서 정의된 각 만큼 회전 후 다시 원래의 variable로 변환하는 과정을 거치는 transformation입니다.
지금까지 complex eigenvalue에 대해서 알아보았습니다. 다음 포스트에서는 새로운 챕터의 첫번째 단원인 inner product와 length, orthogonality에 대해 알아보겠습니다. 질문이나 오류 있으면 댓글 남겨주세요! 감사합니다.
Appendix : Proof of Theorem
Theorem
Let A be a real 2×2 matrix with a complex eigenvalue λ=a−bi(b=0) and an associated eigenvector v in C2. Then
A=PCP−1,whereP=[RevImv],C=[ab−ba]
Proof
위 정리를 증명하기 위해서는 다음을 먼저 밝혀야 합니다.
Claim : Let A be an n×n real matrix, and x∈Cn. then
Re(Ax)=A(Rex)Im(Ax)=A(Imx)
Proof of claim
x=Re(x)+iIm(x)
으로 설정할 수 있고, 양변에 A를 곱하면
Ax=ARe(x)+iAIm(x)
가 됩니다. 또한 Ax를
Ax=Re(Ax)+iIm(Ax)
로 설정할 수 있습니다. 이 때, A,Re(x),Im(x)의 entry, element가 모두 실수이므로, ARe(x),AIm(x) 의 element 모두 실수입니다. 따라서