Merge branch 'master' into rtoy-generate-command-line-texi-table
[maxima.git] / archive / share / trash / antid.usg
blob7f48d0375fc993f518873386e989e9ab2d73771a
1         The file ANTID > contains a routine for evaluating integrals of
2 expressions involving an arbitrary unspecified function and its derivatives.
3 After BATCH'ing the file, it may be used by:
5         ANTIDIFF(G,X,U(X));
7 where G is the expression involving U(X) (U(X) arbitrary) and its
8 derivatives, whose integral with respect to X is desired.
10         The batch file also defines the functions NONZEROANDFREEOF
11 and LINEAR as well as ANTID.  ANTID is the same as ANTIDIFF except 
12 that it returns a list of two parts, the first part is the integrated
13 part of the expression and the second part of the list is the non-
14 integrable remainder.
16         A translated version of this file is available as SHARE2;ANTID LISP.
17 It may be used by LOADFILE(ANTID,LISP,SHARE2).
19         Send complaints to BNLGHC.