Given a matrix \(A\in\mathbb{R}^{m\times n}\), this tool finds a basis for: Col(A) (column space / image) using pivot columns of the original \(A\), and Row(A) (row space) using the non-zero rows of RREF(A). Both spaces have dimension equal to the rank.
Column or Row Space Analyzer
Math Linear Algebra • Vector Spaces and Linear Independence
RREF of \(A\)
Pivot columns of \(A\) are determined from pivot positions in RREF.
—
Enter \(A\) and click “Calculate”.