Merge branch 'master' into rtoy-generate-command-line-texi-table
[maxima.git] / archive / share / trash / intsce.usg
blob93983b865b44c290a8ce4da028a06de066259754
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 > .
17                 Richard Bogen  7/22/74