Update of /cvsroot/stack/stack-1-0/scripts/maxima
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29072/scripts/maxima
Modified Files:
stackmaxima.mac
Log Message:
Index: stackmaxima.mac
===================================================================
RCS file: /cvsroot/stack/stack-1-0/scripts/maxima/stackmaxima.mac,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** stackmaxima.mac 9 Nov 2005 11:57:29 -0000 1.42
--- stackmaxima.mac 9 Nov 2005 12:22:42 -0000 1.43
***************
*** 491,495 ****
else
return(ATSet(SA,SB)),
! /* Otherwise */
if Stack_Test(SA,SB) then
RawMark:1,
--- 491,498 ----
else
return(ATSet(SA,SB)),
! /* Has the student typed in the wrong type?*/
! if matrixp(SA) or listp(SA) or equationp(SA) or inequalityp(SA) or setp(SA) then
! return([false,0,"ATAlgEquiv_SA_not_expression",StackAddFeedback("","ATAlgEquiv_SA_not_expression")]),
! /* Otherwise we have two expressions*/
if Stack_Test(SA,SB) then
RawMark:1,
|