이번 포스트에서는 Rank와 nullity에 대해서 알아보도록 하겠습니다.
Definition: Rank
The rank of is the dimension of the column space of
Matrix 의 rank는 의 dimension입니다.
는 이므로, 의 dimension은 의 rank와 같습니다.
Definition: Nullity
The nullity of is the dimension of the null space of
Matrix 의 nullity는 의 dimension입니다.
example
이전 포스트에서 의 dimension은 3, 의 dimension은 1인 것을 계산을 통해 구했습니다. 따라서
입니다.
Rank Theorem은 matrix 로 정의되는 vector space인 의 dimension 간의 관계를 설명해줍니다.
Theorem : Rank Theorem
The dimensions of the column space and row space of an matrix are equal. This common dimension, the rank of , also equals the number of pivot positions in and
Rank theorem에 따르면, 의 column space와 row space의 dimension이 동일합니다. 따라서 교재마다 rank를 처음 소개할 때, row space의 dimension으로 소개하는 경우도 있습니다. Rank theorem에 의해 row space와 column space의 dimension은 동일하게 되어, rank를 column space의 dimension으로 말하기도 하고, row space의 dimension으로 말할 수 있습니다.
두 번째로, matrix 의 rank와 nullity의 합은 의 column의 개수와 동일합니다.
위 정리를 증명하기 위해, 사용되는 정리가 하나 있습니다.
Theorem : Pivot Theorem
The pivot columns of a matrix forms a basis for
위 정리로 인해 의 rank가 pivot position 개수와 같게 됩니다.
두 정리에 대한 증명은 appendix에 남겨놓겠습니다.
example
의 rank와 nulity를 구해보도록 하겠습니다.
의 pivot position을 찾기 위해 row operation을 통해 echelon form을 구하면
가 됩니다. Echelon form의 leadind entry가 첫 번째, 두 번째 column에만 존재하기 때문에, 의 basis는
가 되고
임을 구할 수 있습니다. Rank theorem에 의해서
가 되어야 하므로
임을 알 수 있습니다.
지금까지 rank와 nullity에 대해 알아보았습니다. 다음 포스트에서는 coordinate system에 대해서 알아보겠습니다. 질문이나 오류 있으면 댓글 남겨주세요! 감사합니다!
Theorem : Pivot Theorem
The pivot columns of a matrix forms a basis for
인 matrix 에 대해서
입니다.
의 basis를 찾기 위해서는 이 linearly independent한지 확인을 하고, linearly dependent하다면 적절한 벡터를 지워서 linearly independent한 set를 만들어주어야 합니다.
만약 가 linearly independent이면 는 의 basis가 됩니다. 또한 의 모든 column이 pivot column이 되기 때문에, 의 pivot column이 의 basis를 형성합니다.
한편, 만약 이 linearly dependent하다면, 이 non-trivial solution을 가지는 것을 의미합니다.
이는 의 column 중 pivot column이 아닌 column이 존재합니다. 또한 해당 column은 pivot column들로 표현이 가능합니다.
따라서, pivot column이 아닌 column을 제거한 집합은 linearly independent한 set이 됩니다. 동시에 를 span하구요. 따라서 의 pivot column만 가지는 집합 이 의 basis가 됩니다.
Theorem : Rank Theorem
The dimensions of the column space and row space of an matrix are equal. This common dimension, the rank of , also equals the number of pivot positions in and
위 정리에서 밝혀야 할 내용은 두 가지입니다.
Proof of 1.
Pivot theorem에 의해 는 의 pivot column 개수입니다. 이를 다시 말하면 는 와 row equivalent한 echelon form matrix 의 leading entry를 포함하는 row의 수, 즉 non-zero row의 수와 같습니다. echelon form matrix의 row space의 basis는 non-zero row이기 때문에, 의 dimension은 nonzero row의 개수가 됩니다. 이 때, row equivalent한 matrix의 row space는 똑같기 때문에 의 dimension은 의 pivot column의 개수와 동일합니다. 따라서
가 성립합니다.
Proof of 2.
라고 하면
matrix 는 개의 pivot column을 가집니다. 이는,
equation이 개의 free variable을 가지게 됩니다. 즉, 위 system의 solution이 개의 vector들의 linear combination으로 표현되고, 개의 벡터들은 linearly independent합니다. 따라서
가 되어
을 만족합니다.