From: Chris S. <san...@us...> - 2005-06-14 11:36:16
|
Update of /cvsroot/stack/stack-1-0/scripts/maxima In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30583/scripts/maxima Modified Files: Tag: frontend_dev stackmaxima.mac Log Message: Index: stackmaxima.mac =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/maxima/stackmaxima.mac,v retrieving revision 1.13 retrieving revision 1.13.2.1 diff -C2 -d -r1.13 -r1.13.2.1 *** stackmaxima.mac 12 Jun 2005 16:10:01 -0000 1.13 --- stackmaxima.mac 14 Jun 2005 11:36:07 -0000 1.13.2.1 *************** *** 455,459 **** /* (1) p is degree 0 in v */ /* (2.1) p is linear in v, and the coefficients have no common factors */ ! /* (2.2) p is linear in v, and the coefficients of v is 1 */ /* (3) p is quadratic, the coefficients have no common factors */ /* and p does not factor over the **rationals** */ --- 455,459 ---- /* (1) p is degree 0 in v */ /* (2.1) p is linear in v, and the coefficients have no common factors */ ! /* (2.2) p is linear in v, and the coefficients of v is -1 */ /* (3) p is quadratic, the coefficients have no common factors */ /* and p does not factor over the **rationals** */ |