Four Fundamental Spaces finder
Fundamental Spaces Visualizer
Matrix Input
Type integers. Updates apply on calculate.
RREF Process (A)
RREF Process (Aᵗ)
Column Space C(A)
The RREF has a pivot in column 1, so column 1 of the original matrix is a basis for the column space C(A).
Row Space R(A)
The RREF of Aᵗ has a pivot in column 1, so row 1 of the original matrix is a basis vector for the row space R(A).
AT =
2
1
4
2
-2
-1
RREF
1
1/2
0
0
0
0
R(A) = C(AT)
= span
Null Space N(A)
Columns 2, 3 are free variables, so the null space N(A) basis vectors are found by setting one free variable to 1 (others 0) and solving for the pivot variables.
RREF =
x1
x2
x3
1
2
-1
0
0
0
-2x2 + x3
x2
x3
N(A) = span
Left Null Space N(Aᵗ)
Column 2 of Aᵗ is a free variable, so the left null space N(Aᵗ) has one basis vector found by setting that free variable to 1 and the others to 0.
RREF (AT)
x1
x2
1
1/2
0
0
0
0
-1/2x2
x2
N(AT) = span
Geometric Visualization
Ambient space: ℝ2Basis vectors: 1
x
y