Proof:
Full rank factorization을 한다.
$$A^2=A,A=B_{p\times r}C_{r\times q}$$
$$BCBC=BC$$
left inverse
$$CBC=C$$
right inverse
$$CB=I_{r\times r}$$
$$tr(A)=tr(BC)=tr(CB)=tr(I_{r\times r})=r=rank(A)_\blacksquare$$
Idea:
Rank랑 trace의 관계? -> \(I_{r \times r}\)이 나와줘야 함. 여기서 trace를 취하면 끝.
-> r by r인 identity를 어떻게 만들지?
-> Full rank decomposition.
-> 그 후 idempotent matrix 성질 이용.
'전자 > 선형대수학' 카테고리의 다른 글
Jordan form (0) | 2023.12.25 |
---|---|
p-norm (0) | 2023.12.25 |
Eigenvalue, trace, determinant and rank of a matrix 간의 관계들 (0) | 2023.09.15 |
4. Vector Spaces (0) | 2023.01.11 |
3. Inverses and LU Factorization (0) | 2022.01.22 |