| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | ##KEYWORDS('integrals', 'trigonometric integrals') |
2 | ## Evaluate a Trig Integral |
| 3 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
| 4 | |
4 | |
| 5 | # K. Lesh, Union College, edited 10/1/03 |
5 | ## KEYWORDS('Indefinite', 'Trig Integral') |
|
|
6 | ## Tagged by nhamblet |
|
|
7 | |
|
|
8 | ## DBsubject('Calculus') |
|
|
9 | ## DBchapter('Techniques of Integration') |
|
|
10 | ## DBsection('Trigonometric Integrals') |
|
|
11 | ## Date('10/01/03') |
|
|
12 | ## Author('K. Lesh') |
|
|
13 | ## Institution('Union') |
|
|
14 | ## TitleText1('') |
|
|
15 | ## EditionText1('') |
|
|
16 | ## AuthorText1('') |
|
|
17 | ## Section1('') |
|
|
18 | ## Problem1('') |
| 6 | |
19 | |
| 7 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 8 | |
21 | |
| 9 | loadMacros( |
22 | loadMacros( |
| 10 | "PG.pl", |
23 | "PG.pl", |