Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

Rank and Nullity

15

Flashcards

0/15

Still learning
StarStarStarStar

Definition of Rank

StarStarStarStar

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 A=(1236)A = \begin{pmatrix}1 & 2\\ 3 & 6\end{pmatrix}, rank(A) = 1 since the second column is a multiple of the first.

StarStarStarStar

The Rank-Nullity Theorem

StarStarStarStar

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 Rn\mathbb{R}^n). Example: If a matrix has a rank of 3 and 5 columns, then nullity = 5 - 3 = 2.

StarStarStarStar

Computing Rank using Row Reduction

StarStarStarStar

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: A=(1224)A = \begin{pmatrix}1 & 2\\ 2 & 4\end{pmatrix}, after row reduction, R=(1200)R = \begin{pmatrix}1 & 2\\ 0 & 0\end{pmatrix}, rank(A) = 1.

StarStarStarStar

Column Space of a Matrix

StarStarStarStar

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 A=(132639)A = \begin{pmatrix}1 & 3\\ 2 & 6\\ 3 & 9\end{pmatrix}, the column space is all linear combinations of (123)\begin{pmatrix}1\\ 2\\ 3\end{pmatrix}, and rank(A) = 1.

StarStarStarStar

Definition of Nullity

StarStarStarStar

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 A=(123456)A = \begin{pmatrix}1 & 2 & 3\\ 4 & 5 & 6\end{pmatrix}, nullity(A) = 1 since there's one free variable when solving Ax=0Ax = 0.

StarStarStarStar

Nullity and Inverse Existence

StarStarStarStar

A matrix has an inverse if and only if its nullity is 0. If there are no non-trivial solutions to Ax=0Ax = 0, the matrix is invertible (non-singular). Example: Nullity(A) = 0 implies A is an invertible matrix.

StarStarStarStar

Basis of Null Space

StarStarStarStar

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 Ax=0Ax = 0. The number of vectors in the basis is the nullity of the matrix. Example: For A=(121242)A = \begin{pmatrix}1 & 2 & -1\\ 2 & 4 & -2\end{pmatrix}, a basis for the null space is (210)\begin{pmatrix}-2\\ 1\\ 0\end{pmatrix}, and nullity(A) = 1.

StarStarStarStar

Rank of a Product of Matrices

StarStarStarStar

The rank of a product of two matrices is less than or equal to the rank of each of the matrices. For matrices AA and BB, rank(AB) ≤ min{rank(A), rank(B)}. Example: If rank(A) = 2 and rank(B) = 3, then rank(AB) ≤ 2.

StarStarStarStar

Row Space of a Matrix

StarStarStarStar

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 A=(1200)A = \begin{pmatrix}1 & 2\\ 0 & 0\end{pmatrix}, the row space is spanned by (12)\begin{pmatrix}1 & 2\end{pmatrix}, and rank(A) = 1.

StarStarStarStar

Rank of an Invertible Matrix

StarStarStarStar

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.

StarStarStarStar

Dim Kernel + Dim Image = Dim V

StarStarStarStar

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, VV. Example: A linear map R3R3\mathbb{R}^3 \rightarrow \mathbb{R}^3 with rank 2 has a nullity of 1, since 2+1=32 + 1 = 3.

StarStarStarStar

Effect of Elementary Operations on Rank

StarStarStarStar

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 A=(1428)A = \begin{pmatrix}1 & 4\\ 2 & 8\end{pmatrix} remains 1.

StarStarStarStar

Subspace Rank Inequality

StarStarStarStar

If BB is a subspace of AA, then rank(BB) ≤ rank(AA). The dimension of a subspace cannot exceed the dimension of the space it's contained within. Example: If AA is a matrix with rank 4, any subspace of the column space of AA has a rank of 4 or less.

StarStarStarStar

Rank of a Transpose Matrix

StarStarStarStar

The rank of a matrix is equal to the rank of its transpose. For matrix AA, rank(A) = rank(ATA^T). Example: If A=(1122)A = \begin{pmatrix}1 & 1\\ 2 & 2\end{pmatrix}, both A and ATA^T have a rank of 1.

StarStarStarStar

Linearly Independent Columns and Rank

StarStarStarStar

The rank of a matrix is equal to the maximum number of its linearly independent columns. Example: In the matrix A=(103014000)A = \begin{pmatrix}1 & 0 & 3\\ 0 & 1 & 4\\ 0 & 0 & 0\end{pmatrix}, there are two linearly independent columns, hence rank(A) = 2.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.