How to Use
Enter a matrix:
- A: Any m×n matrix
- Output: Null space basis
- Nullity: Dimension
Significance
Null space = 0 iff A is full column rank. Non-trivial null space means columns are dependent. For square matrices: null space ≠ {0} ⟺ A is singular ⟺ det(A) = 0.
Applications
- General solution: x = x_p + x_null
- Linear dependence relations
- Eigenspace (null space of A−λI)
Step-by-Step Instructions
- 1Enter a matrix.
- 2View RREF.
- 3Identify free variables.
- 4Get null space basis.
- 5Check nullity.