Test whether a vector \(v\in\mathbb{R}^d\) belongs to the subspace \(S=\mathrm{span}\{b_1,\dots,b_k\}\). This is done by solving \(Bc=v\) (with \(B=[b_1\ \cdots\ b_k]\)). The tool checks consistency via ranks (RREF) and, when possible, returns coefficients \(c\).
Subspace Membership Checker
Math Linear Algebra • Vector Spaces and Linear Independence
RREF panels
Consistency check uses \(\\mathrm{rank}(B)\) and \(\\mathrm{rank}([B|v])\).
If the ranks match, \(v\in\\mathrm{Col}(B)=\\mathrm{span}\\{b_i\\}\).
RREF(B)
—
RREF([B | v])
—
Enter basis vectors and \(v\), then click “Calculate”.