> As you see, using solve on all the parameters involved in
> place of linsolve on the real unknowns of the problem would
> become rather messy
In further testing, I find that in 5.9.0 at least, solve and linsolve
give an incorrect answer, but algsys gives the correct answer (without
including the parameters among the variable for which to solve). Just
be aware that algsys returns a *list* of solutions, not one solution.
Algsys does have known bugs (see the bug list), but if I remember
correctly, none of them apply to the linear case.
-s