2 INTSCE LISP contains a routine INTSCE(EXPR,VAR) which
3 integrates EXPR w.r.t. VAR where EXPR is of the form:
5 EXP(A*X+B)*COS(C*X)^N*SIN(C*X)^M
7 EXPR may be any expression, but if it is not in the above
8 form then the regular integration program will be invoked
9 if the switch ERRINTSCE [FALSE] is FALSE. If it is TRUE
10 then INTSCE will err out.
12 The LISP file contains a main program $INTSCE which does
13 the pattern matching and error checking and a subroutine
14 $SCEINT which does the actual integration. The MACSYMA
15 form of this routine can be found in SHARE;INTSCE > .