| 1 | ################################################################## |
1 | ## DESCRIPTION |
| 2 | ##########Date:: 15-6-104, 16:37:1################ |
2 | ## Calculus |
|
|
3 | ## ENDDESCRIPTION |
| 3 | |
4 | |
|
|
5 | ## KEYWORDS ('derivative') |
|
|
6 | ## Tagged by cmd6a 4/20/06 |
| 4 | |
7 | |
| 5 | #DESCRIPTION |
8 | ## DBsubject('Calculus') |
| 6 | #KEYWORDS('functions', 'composition', 'combinations', 'derivatives') |
9 | ## DBchapter('Differentiation') |
| 7 | # Calculate derivatives of new functions from the derivatives of the constituant functions. |
10 | ## DBsection('Differentiation Formulas') |
| 8 | #ENDDESCRIPTION |
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('Rochester') |
|
|
14 | ## TitleText1('') |
|
|
15 | ## EditionText1('') |
|
|
16 | ## AuthorText1('') |
|
|
17 | ## Section1('') |
|
|
18 | ## Problem1('') |
| 9 | |
19 | |
| 10 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 11 | |
21 | |
| 12 | loadMacros("PG.pl", |
22 | loadMacros("PG.pl", |
| 13 | "PGbasicmacros.pl", |
23 | "PGbasicmacros.pl", |