How To Calculate The Rank of a Matrix
·
Mathematics/Linear Algebra
행렬의 랭크는 주어진 행렬을 다루기 쉬운 꼴로 변환함으로써 쉽게 계산해 낼 수 있다. 행렬을 RREF로 변환하는 데 성공했다면 자연스럽게 linearly independent column들을 쉽게 찾아낼 수 있으므로, 단순히 그 개수를 셈으로써 행렬의 랭크를 계산할 수 있다.Theorem 1Theorem 1. The rank of any matrix equals the maximum number of its linearly independent columns.Proof. Let A∈Mm×n(F)A∈Mm×n(F). Consider B:={LA(e1),...,LA(en)}={[A]1,...,[A]n}B:={LA(e1),...,LA(en)}={[A]1,...,[A]n} where [A]i[A]i is the iith column..