Null Space Calculator

Null Space Calculator

Find a basis for the null space of a matrix and review the rank-nullity relationship beside the result.

Last updated: March 2026 | By ForgeCalc Engineering

Null Space Solver

Linear algebra
by

Null Space Steps

1.Form the matrix A with dimensions 3 by 3.
2.Solve the homogeneous system Ax = 0.
3.The null space is the set of all solutions x.
4.The dimension of the null space is 3.
Null Space Basis
1
0
0
0
1
0
0
0
1

Dimension (nullity): 3

What Is the Null Space?

The null space of a matrix is the set of all vectors x such that Ax = 0. It is also called the kernel and is always a subspace of the domain.

How to Find the Null Space

  1. Write the matrix A.
  2. Solve the homogeneous system Ax = 0.
  3. Express the solution using free variables.
  4. Read the basis vectors and dimension in the result panel.
rank(A) + nullity(A) = number of columns

Worked Example

For a matrix with full column rank, the null space is just the zero vector.

nullity = 0

Frequently Asked Questions

What does nullity mean?

Nullity is the dimension of the null space.

What if the null space is {0}?

That means the only solution to Ax = 0 is the zero vector.

Is the null space always a subspace?

Yes. It is always a subspace of R^n for an m by n matrix.

Does the calculator accept decimals?

Yes. Any finite real matrix entries are accepted.

Related Tools