| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | ##KEYWORDS('integrals', 'theory') |
2 | ## Calculus |
| 3 | ## Write a difference of two integrals as a single integral |
|
|
| 4 | ##This is setIntegrals0Theory/nttheo1.pg slightly cleaned up and expanded |
|
|
| 5 | ##by Zig Fiedorowicz, Jan. 2001 |
|
|
| 6 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
|
|
4 | |
|
|
5 | ## KEYWORDS('integral' 'summation' 'area') |
|
|
6 | ## Tagged by tda2d |
|
|
7 | |
|
|
8 | ## DBsubject('Calculus') |
|
|
9 | ## DBchapter('Integrals') |
|
|
10 | ## DBsection('Area and Distance') |
|
|
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('Rochester') |
|
|
14 | ## TitleText1('') |
|
|
15 | ## EditionText1('') |
|
|
16 | ## AuthorText1('') |
|
|
17 | ## Section1('') |
|
|
18 | ## Problem1('') |
| 7 | |
19 | |
| 8 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 9 | |
21 | |
| 10 | loadMacros( |
22 | loadMacros( |
| 11 | "PG.pl", |
23 | "PG.pl", |