Was annoyed at how there aren't any good RREF solvers on npm that allow you to pass in a solutions vector, so coded this in a few days.
Likely has bugs, use at your own risk.
Solve systems of linear equations using gaussian elimination. Supports non-homogeneous systems too!
JavaScriptMIT