Skip to Content

Linear Algebra: Rank and Nullity

Determine the null space of the given matrix AA by solving AX=0AX = 0.

Solve for x\mathbf{x} such that Ax=0A\mathbf{x} = \mathbf{0} to determine the null space of the matrix AA.

Find the dimension of the image of matrix A and the dimension of the kernel of matrix A.

Given a 2x2 matrix where one column is a linear multiple of the other, find the rank and nullity of the matrix.

Given a matrix, perform row reduction to determine the rank and nullity, ensuring the rank plus nullity equals the number of columns in the matrix.

Given a 4x5 matrix A=(12021011100001100000)A = \begin{pmatrix} 1 & 2 & 0 & 2 & 1 \\ 0 & 1 & 1 & 1 & 0 \\ 0 & 0 & 0 & 1 & 1 \\ 0 & 0 & 0 & 0 & 0 \end{pmatrix}, find the rank and nullity of AA.

For a transpose matrix ATA^T of a 4x5 matrix AA, find the rank and nullity of ATA^T and verify the rank-nullity relation.