Find coefficients \(c_1,\dots,c_k\) such that \[ v = \sum_{i=1}^{k} c_i u_i. \] Put \(u_i\) as columns of \(U=[u_1\ \cdots\ u_k]\). Then solve \(Uc=v\). This tool checks consistency via ranks, returns one solution (or a minimum-norm solution when multiple exist), and can optionally show a least-squares approximation when there is no exact solution.
Linear Combination Solver
Math Linear Algebra • Vector Spaces and Linear Independence
RREF panels
Exact solvability uses the rank test: \(Uc=v\) is solvable iff \(\mathrm{rank}(U)=\mathrm{rank}([U|v])\).
RREF(U)
—
RREF([U | v])
—
Enter vectors and click “Calculate”.