| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | ##KEYWORDS('integrals', 'integration by parts') |
2 | ## Calculus |
| 3 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
| 4 | |
4 | |
| 5 | DOCUMENT(); |
5 | ## KEYWORDS('calculus','integration','integration by parts') |
| 6 | # Edited by K. Lesh, 10/8/03 |
6 | ## Tagged by cmd6a 8/9/06 |
|
|
7 | |
|
|
8 | ## DBsubject('Calculus') |
|
|
9 | ## DBchapter('Techniques of Integration') |
|
|
10 | ## DBsection('Integration by Parts') |
|
|
11 | ## Date('10/8/03') |
|
|
12 | ## Author('K. Lesh') |
|
|
13 | ## Institution('Union College') |
|
|
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", |