Rank of a matrix
Dependencies:
- Field
- RREF is unique
- Row space
- Basis of a vector space
- Row equivalent matrices have the same row space
The rank of a matrix over a field is the number of non-zero rows in the RREF of the matrix.
The rank of a set $X$ of vectors is the rank of the matrix whose rows are $X$.
Since any 2 row-equivalent matrices have the same RREF, they also have the same rank.
A matrix is called full-rank when its rank equals the number of rows in it.
Equivalently, the rank of a matrix is the dimension of its row space.
Proof of equivalence of definitions
Let $A$ be a matrix. Let $R$ be its RREF. Since the RREF is obtained by elementary row operations on $A$, $A$ and $R$ are row-equivalent. Row-equivalent matrices have the same row space, so $A$ and $R$ have the same row space, and consequently have the same dimension for the row space.
The non-zero rows in $R$ are linearly independent, and they span the row space of $R$. Hence, those rows form a basis of $R$'s row space. Hence, the dimension of $R$'s row space equals the number of non-zero rows in $R$.
Dependency for:
- Extreme point iff BFS
- Bounded section of pointed cone
- Condition for existence of BFS in a polyhedron
- Pointing a polyhedron
- LP is optimized at BFS
- Point in polytope is convex combination of BFS
- BFS is vertex
- Representing point in pointed polyhedral cone
- Representing point in full-rank polyhedron
- Condition for polyhedral cone to be pointed
- Full-rank square matrix is invertible
- A matrix is full-rank iff its rows are linearly independent
- A matrix is full-rank iff its determinant is non-0
- Rank of a homogenous system of linear equations
Info:
- Depth: 8
- Number of transitive dependencies: 36
Transitive dependencies:
- /linear-algebra/vector-spaces/condition-for-subspace
- /linear-algebra/matrices/gauss-jordan-algo
- /sets-and-relations/equivalence-relation
- Group
- Ring
- Polynomial
- Integral Domain
- Comparing coefficients of a polynomial with disjoint variables
- Field
- Vector Space
- Linear independence
- Span
- Semiring
- Matrix
- Stacking
- System of linear equations
- Product of stacked matrices
- Matrix multiplication is associative
- Reduced Row Echelon Form (RREF)
- Matrices over a field form a vector space
- Row space
- Elementary row operation
- Every elementary row operation has a unique inverse
- Row equivalence of matrices
- Row equivalent matrices have the same row space
- RREF is unique
- Identity matrix
- Inverse of a matrix
- Inverse of product
- Elementary row operation is matrix pre-multiplication
- Row equivalence matrix
- Equations with row equivalent matrices have the same solution set
- Basis of a vector space
- Linearly independent set is not bigger than a span
- Homogeneous linear equations with more variables than equations
- Rank of a homogenous system of linear equations