solvelin.spad line 154 [edit on github]
this package finds the solutions of linear systems presented as a list of polynomials.
intoMatrix(lp, lvar)
converts linear in symbols lvar system of polynomials lp
= 0 into matrix form
linSolve(lp, lvar)
finds the solutions of the linear system of polynomials lp
= 0 with respect to the list of symbols lvar.