[Aimmath-commit] AIM/WEB-INF/maple/aim Diff.mpl,1.3,1.4
Brought to you by:
gustav_delius,
npstrick
From: <gus...@us...> - 2003-11-14 19:55:55
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim In directory sc8-pr-cvs1:/tmp/cvs-serv32738/WEB-INF/maple/aim Modified Files: Diff.mpl Log Message: now testing for symbolic equivalence in aim/Diff/Test Index: Diff.mpl =================================================================== RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Diff.mpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Diff.mpl 25 Aug 2003 21:47:19 -0000 1.3 --- Diff.mpl 14 Nov 2003 19:55:51 -0000 1.4 *************** *** 169,173 **** # sometimes an extra simplify is needed ... maybe an eval needed elsewhere? ! if traperror(simplify(simplify(ans - rightans,assume=positive))) = 0 then mark := 1; else --- 169,173 ---- # sometimes an extra simplify is needed ... maybe an eval needed elsewhere? ! if traperror(simplify(simplify(ans - rightans,symbolic),symbolic)) = 0 then mark := 1; else |