Find Basis Vectors and Dimension of Matrix Column Space
Calculate the column space (image) of a matrix by finding its basis vectors and dimension. Our calculator provides step-by-step solutions and verifies vector membership in the column space.
Each element represents a coefficient in the matrix
The vector must have the same number of elements as matrix rows
Try these examples to understand column space calculations
Simple 2×2 matrix with linearly independent columns
Size: 2x2
Matrix: [[1,2],[3,4]]
Test Vector: [5,11]
Standard identity matrix with full rank
Size: 3x3
Matrix: [[1,0,0],[0,1,0],[0,0,1]]
Test Vector: [1,2,3]
3×3 matrix with rank 2 (linearly dependent columns)
Size: 3x3
Matrix: [[1,2,3],[2,4,6],[1,1,2]]
Test Vector: [3,6,2]
Non-square matrix with interesting column space properties
Size: 4x3
Matrix: [[1,0,2],[0,1,3],[2,1,7],[1,2,8]]
Test Vector: [1,2,5,6]