Full-rank: Difference between revisions
Cmloegcmluin (talk | contribs) update EBK style |
Cmloegcmluin (talk | contribs) link to more information |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
A matrix is '''full-rank''' when all of its rows are [[linearly independent]]. Otherwise, it is '''rank-deficient'''. | A matrix is '''full-rank''' when either all of its rows are [[linearly independent]] or all of its columns are linearly independent. Otherwise, it is '''rank-deficient'''. | ||
For example, the [[mapping]] matrix {{rket|{{map|41 65 95 115}} {{map|31 49 72 87}} {{map|19 30 44 53}}}} is full-rank. We can check this by putting it into [[Hermite normal form]] (HNF), {{rket|{{map|1 0 0 -5}} {{map|0 1 0 2}} {{map|0 0 1 2}}}}, and observing that there are no rows of all zeros at the bottom (this is the mapping for marvel temperament). On the other hand, {{rket|{{map|41 65 95 115}} {{map|31 49 72 87}} {{map|10 16 23 28}}}} is rank-deficient, because its HNF is {{rket|{{map|1 1 3 3}} {{map|0 6 -7 -2}} {{map|0 0 0 0}}}}, so we can see a row of all zeros has been produced at the bottom. | For example, the [[mapping]] matrix {{rket|{{map|41 65 95 115}} {{map|31 49 72 87}} {{map|19 30 44 53}}}} is full-rank. We can check this by putting it into [[Hermite normal form]] (HNF), {{rket|{{map|1 0 0 -5}} {{map|0 1 0 2}} {{map|0 0 1 2}}}}, and observing that there are no rows of all zeros at the bottom (this is the mapping for marvel temperament). On the other hand, {{rket|{{map|41 65 95 115}} {{map|31 49 72 87}} {{map|10 16 23 28}}}} is rank-deficient, because its HNF is {{rket|{{map|1 1 3 3}} {{map|0 6 -7 -2}} {{map|0 0 0 0}}}}, so we can see a row of all zeros has been produced at the bottom. | ||
You can guarantee a full-rank result by putting a matrix into [[canonical form]]. | You can guarantee a full-rank result by putting a matrix into [[canonical form]]. | ||
== See also == | == See also == | ||
* [[Linear dependence#Rank-deficiency and full-rank]]: for a more in-depth textbook tutorial style look at this concept and how it relates to RTT | |||
* [[Wikipedia: Rank (linear algebra) #Main_definitions|Related terminology on Wikipedia]] | * [[Wikipedia: Rank (linear algebra) #Main_definitions|Related terminology on Wikipedia]] | ||