Solution of "borderline" eqs. in Mathematica, Maple, and Maxima (was "linsolve")



 solve(x/x=1 ...)  should be identical to solve(1=1 ...)  since the
simplifier is called before solve.
1=1 is presumably always true.
RJF