Understanding the Left Null Space
The left null space is a key subspace in linear algebra. It contains every vector y that makes A transpose y equal zero. For an m by n matrix A, each left null vector has m entries. These entries weight the rows of A. When the weighted row combination becomes the zero row, the weights form a valid left null vector.
Why It Matters
This space explains hidden row dependencies. A nonzero vector in the left null space proves that some rows are not independent. That fact is useful in systems of equations, network balances, regression diagnostics, engineering constraints, and data checks. It also connects directly with rank. If A has m rows and rank r, then the left null space has dimension m minus r.
How This Calculator Works
The calculator builds A transpose and solves A transpose y equals zero. It reduces A transpose to row echelon form. Pivot columns describe dependent variables. Free columns create basis directions. For each free variable, the tool sets that free value to one, sets the other free values to zero, and back solves for pivot values. The resulting vectors form a basis.
Input Flexibility
You may enter integers, decimals, negative values, fractions, and scientific notation. Rows can be pasted from spreadsheets. Each row should contain the same number of entries. The tolerance option helps handle small roundoff values. Decimal places control display only. They do not change the internal calculation.
Reading the Result
The rank shows how many independent rows or columns exist. The left nullity shows the number of independent left null vectors. If the nullity is zero, only the zero vector satisfies the equation. If basis vectors appear, each one should pass the orthogonality check. That check multiplies A transpose by the vector and reports near zero components.
Practical Use
Use the result to identify redundant equations, check row balance models, or prepare proofs. Download the CSV for spreadsheets. Download the PDF for reports. Always review the entered matrix before using the basis in final work, especially when values are rounded or measured. For exact teaching examples, prefer rational entries, because fractions make dependencies easier to verify by hand during classroom review or audits.