File: intsce.usg

package info (click to toggle)
maxima 5.6-17
  • links: PTS
  • area: main
  • in suites: woody
  • size: 30,572 kB
  • ctags: 47,715
  • sloc: ansic: 154,079; lisp: 147,553; asm: 45,843; tcl: 16,744; sh: 11,057; makefile: 7,198; perl: 1,842; sed: 334; fortran: 24; awk: 5
file content (17 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

INTSCE LISP contains a routine INTSCE(EXPR,VAR) which
integrates EXPR w.r.t. VAR where EXPR is of the form:

  EXP(A*X+B)*COS(C*X)^N*SIN(C*X)^M

EXPR may be any expression, but if it is not in the above
form then the regular integration program will be invoked
if the switch ERRINTSCE [FALSE] is FALSE.  If it is TRUE
then INTSCE will err out.

The LISP file contains a main program $INTSCE which does
the pattern matching and error checking and a subroutine
$SCEINT which does the actual integration.  The MACSYMA
form of this routine can be found in SHARE;INTSCE > .

		Richard Bogen  7/22/74