Build null space intuition from any matrix. See pivots, free variables, rank, and kernels update. Download polished reports and graphs for study or teaching.
Choose the matrix size, adjust precision settings, then build or solve the matrix. The page uses a single-column layout with responsive input groups.
This sample shows a 3 × 4 matrix with rank 2 and nullity 2.
| Example | Matrix | Rank | Nullity | Sample Basis |
|---|---|---|---|---|
| Kernel Example | [1, 2, -1, 0] [2, 4, -2, 0] [0, 0, 1, -3] |
2 | 2 | [-2, 1, 0, 0], [3, 0, 3, 1] |
The calculator solves the homogeneous system A·x = 0. It transforms the input matrix into reduced row echelon form, identifies pivot columns, and treats non-pivot columns as free variables.
Null Space(A) = { x : A·x = 0 } Nullity(A) = Number of Columns − Rank(A) Rank(A) + Nullity(A) = nFor each free variable, the calculator sets that variable to 1, all other free variables to 0, then solves the pivot variables from the reduced system. Those solution vectors form a basis for the null space.
The null space is the set of all vectors x that satisfy A·x = 0. It measures which inputs are sent to the zero vector by the matrix transformation.
Nullity is the dimension of the null space. It tells you how many independent directions produce the zero output when multiplied by the matrix.
Pivot columns identify leading variables in the reduced system. They determine the rank and show which columns are not free when solving A·x = 0.
Free variables correspond to non-pivot columns. You can assign them parameters, then solve the pivot variables in terms of those parameters to describe the null space.
Yes. That happens when the matrix has full column rank. In that case, the only solution to A·x = 0 is the trivial zero vector.
Yes. This is the rank-nullity theorem. It is one of the main checks used when verifying a null-space calculation.
Yes. The calculator accepts decimal entries and uses a tolerance value to treat very small numbers as zero during row reduction.
Exports help with homework records, teaching notes, engineering documentation, and study reviews. You can keep both numeric summaries and the derived basis vectors.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.