25. Rank
Dated: 05-06-2025
The rank
is the maximum number of linearly independent
1 columns in a matrix
2 \(A\) (or \(A^T\)).
The Row Space
Each row in \(A_{m \times n}\) has \(n\) entries and therefore, can be identified as a vector
3 in \(\mathbb R^n\).
The set
4 of all linear combinations
of these row vectors
3 is called the row space
of \(A\) and is denoted by \(\text{Row } A\).
Theorem
The non zero rows of echelon form
5 of \(B\) are basis
for \(\text{Row } A\) and \(\text{Row B}\).
Theorem
If \(A \sim B\) then
- \(\{\vec C_1, \vec C_2, \ldots \vec C_n\}\) of \(A\) forms
basis
for \(\text{Col }A\) \(\iff\) \(\{\vec C_1, \vec C_2, \ldots \vec C_n\}\) of \(B\) formsbasis
for \(\text{Col }B\).
Example
The matrix
2 \(R\) is in echelon form
.5
The following vectors
3 for the basis
for \(\text{Row }R\)
And the following vectors
3 for the basis
for \(\text{Col }R\)
Definition
\(\dim(\text{Col }A) = \dim(\text{Row }A^T)\) is called the rank
.
The dimension
6 of the null space
7 is called the nullity
of \(A\).
Rank Theorem
The rank
of \(A\) is equal to the pivot positions
8 in \(A\).
Example
\(A_{7 \times 9}\) has a 2 dimensional null space
,7 what is the rank
of \(A\).
Solution
Since \(A\) has \(9\) columns,
Example
Can \(B_{6 \times 9}\) has a 2 dimensional null space
?7
Solution
No, \(B_{6 \times 9}\) has \(9\) columns, each with \(6\) elements. Therefore, the \(\text{Col }B\) exists in \(\mathbb R^6\) and therefore, the dimensions of \(\text{Col } B\) cannot exceed \(6\).
Theorem
- \(\text{rank }(A_{m \times n})\) is the number of leading variables in the solution \(A \vec x = \vec 0\)
- \(\text{nullity }(A_{m \times n})\) is the number of parameters in the general solution of \(A \vec x = \vec 0\)
\(\(\text{rank }(A) = \text{rank }(A^T)\)\)
Four Fundamental Matrix Spaces
Fundamental Spaces | Dimension |
---|---|
\(\text{Row } A_{m \times n}\) | \(r\) |
\(\text{Col } A_{m \times n}\) | \(r\) |
\(\text{Nul } A_{m \times n}\) | \(n - r\) |
\(\text{Nul } A^T_{m \times n}\) | \(m - r\) |
Here \(r\) is \(\text{rank }(A)\).
Theorem
The following statements are each equivalent to the statement that \(A_{n \times n}\) is an invertible matrix
.9
- The
column vectors
3 of \(A\) formbasis
of \(\mathbb R^n\) - \(\text{Col }(A) = \mathbb R^n\)
- \(\dim(\text{Col }(A)) = n\)
- \(\text{rank }(A) = n\)
- \(\text{Nul }(A) = \{\vec 0\}\)
- \(\dim(\text{Nul }(A)) = n\)
References
Read more about notations and symbols.
-
Read more about linear independence. ↩
-
Read more about echelon form. ↩↩
-
Read more about dimensions. ↩
-
Read more about null space. ↩↩↩
-
Read more about pivot positions. ↩
-
Read more about invertible matrices. ↩