Solution of "borderline" eqs. in Mathematica, Maple, and Maxima (was "linsolve")
- Subject: Solution of "borderline" eqs. in Mathematica, Maple, and Maxima (was "linsolve")
- From: Richard Fateman
- Date: Tue, 3 Apr 2007 07:42:04 -0700
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