Null Space Basis:
From: | To: |
The null space (or kernel) of a matrix A is the set of all vectors x such that Ax = 0. A basis for the null space is a set of linearly independent vectors that span this space.
The calculator works by:
Applications: The null space is fundamental in linear algebra for understanding solutions to homogeneous systems, linear transformations, and matrix properties.
Instructions: Enter your matrix with each row on a new line and elements separated by spaces. The calculator will display a basis for the null space.
Q1: What does the dimension of the null space represent?
A: The dimension (nullity) equals the number of free variables in the RREF, indicating how many basis vectors are needed.
Q2: How is this related to the rank of the matrix?
A: Rank-Nullity Theorem: rank(A) + nullity(A) = number of columns in A.
Q3: Can the null space be empty?
A: No, it always contains at least the zero vector. The trivial null space {0} occurs when the only solution is x = 0.
Q4: What if my matrix has complex numbers?
A: This calculator currently handles real matrices only. Complex matrices would require extending the field to complex numbers.
Q5: How accurate is the calculation?
A: Results are numerically accurate for well-conditioned matrices. Ill-conditioned matrices may show precision limitations.