Null Space of a Matrix (original) (raw)

Last Updated : 8 Jun, 2026

The null space of a matrix is the collection of all vectors that satisfy the equation Ax = 0, where A is a matrix, x is a vector, and 0 is the zero vector. It contains all vectors that become zero after being multiplied by the matrix.

For a matrix A of order m × n:

The null space is an important concept in linear algebra because it helps determine the solutions of a system of linear equations. The dimension of the null space is called the nullity of the matrix, which represents the number of independent solutions to the equation Ax = 0.

Geometric Interpretation of Null Space

Steps to Find the Null Space

We need to follow a series of steps to find the Null Space of a matrix. These steps involve R**ow reduction and solve a system of linear equations. The steps are:

We are given a matrix _A of _M × N order, write the matrix equation _Ax = 0, where x is the vector _[x 1 _, x 2 , . . . , x n ] T.

Form the Augmented Matrix _[A|0], where 0 represents the zero vector of appropriate dimensions. This matrix essentially represents the system of equations _Ax = 0.

Conduct a Gaussian elimination (or row reduction) on the augmented matrix to put it into Reduced Row Echelon Form (RREF). The matrix will be simplified in order for system of equations to be easily answered.

Determine the pivot columns (those containing leading ones) and the free variables (those associated with non-pivot columns) in the RREF matrix. The free variables shall serve as parameters of solutions.

Substitute pivot variables for free ones. These solutions will represent vectors situated at null space. It gives us vectorized general solution and thus allows to express a null space basis.

Properties of a Null Space

The null space has several important properties that help in understanding the structure of a matrix and the solutions of homogeneous systems of linear equations.

**Also Read: Null Space and Nullity of a Matrix