Explore tens of thousands of sets crafted by our community.
Rank and Nullity
15
Flashcards
0/15
Definition of Rank
In linear algebra, the rank of a matrix is the dimension of the vector space generated by its columns. This is equivalent to the maximum number of linearly independent column vectors in the matrix. Example: For matrix , rank(A) = 1 since the second column is a multiple of the first.
Definition of Nullity
Nullity of a matrix refers to the dimension of the kernel (null space) of the matrix, which is the set of all vectors that map to the zero vector when multiplied by the matrix. Example: If , nullity(A) = 1 since there's one free variable when solving .
The Rank-Nullity Theorem
The Rank-Nullity Theorem states that for any finite-dimensional vector space, the rank of a matrix plus its nullity equals the number of columns of the matrix (the dimension of the vector space ). Example: If a matrix has a rank of 3 and 5 columns, then nullity = 5 - 3 = 2.
Computing Rank using Row Reduction
The rank of a matrix can be determined by converting the matrix to its row-echelon or reduced row-echelon form through Gaussian elimination. The number of non-zero rows after this transformation is the rank. Example: , after row reduction, , rank(A) = 1.
Column Space of a Matrix
The column space of a matrix is the span of its column vectors. The dimension of the column space is the rank of the matrix. Example: For matrix , the column space is all linear combinations of , and rank(A) = 1.
Row Space of a Matrix
The row space of a matrix is the span of its row vectors. The dimension of the row space is also the rank of the matrix. Example: For matrix , the row space is spanned by , and rank(A) = 1.
Basis of Null Space
The null space of a matrix is the set of all vectors that map to zero. A basis for this space can be found by solving . The number of vectors in the basis is the nullity of the matrix. Example: For , a basis for the null space is , and nullity(A) = 1.
Linearly Independent Columns and Rank
The rank of a matrix is equal to the maximum number of its linearly independent columns. Example: In the matrix , there are two linearly independent columns, hence rank(A) = 2.
Effect of Elementary Operations on Rank
Elementary row and column operations do not affect the rank of a matrix. These operations include row swapping, row addition, and row multiplication. Example: Regardless of row operations, the rank of remains 1.
Dim Kernel + Dim Image = Dim V
In the context of linear transformations, the dimension of the kernel (nullity) plus the dimension of the image (rank) equals the dimension of the domain, . Example: A linear map with rank 2 has a nullity of 1, since .
Rank of a Product of Matrices
The rank of a product of two matrices is less than or equal to the rank of each of the matrices. For matrices and , rank(AB) ≤ min{rank(A), rank(B)}. Example: If rank(A) = 2 and rank(B) = 3, then rank(AB) ≤ 2.
Rank of a Transpose Matrix
The rank of a matrix is equal to the rank of its transpose. For matrix , rank(A) = rank(). Example: If , both A and have a rank of 1.
Rank of an Invertible Matrix
An invertible matrix has full rank, meaning the rank is equal to the number of rows (and columns) of the matrix. Example: Any 3x3 invertible matrix will have a rank of 3.
Subspace Rank Inequality
If is a subspace of , then rank() ≤ rank(). The dimension of a subspace cannot exceed the dimension of the space it's contained within. Example: If is a matrix with rank 4, any subspace of the column space of has a rank of 4 or less.
Nullity and Inverse Existence
A matrix has an inverse if and only if its nullity is 0. If there are no non-trivial solutions to , the matrix is invertible (non-singular). Example: Nullity(A) = 0 implies A is an invertible matrix.
© Hypatia.Tech. 2024 All rights reserved.