| 1 | #DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | # Calculate derivatives of new functions from the derivatives of the constituant functions. |
2 | ## Calculus |
| 3 | #ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
| 4 | |
4 | |
| 5 | #KEYWORDS('functions', 'composition', 'combinations', 'derivatives') |
5 | ## KEYWORDS ('derivative') |
|
|
6 | ## Tagged by cmd6a 4/20/06 |
|
|
7 | |
|
|
8 | ## DBsubject('Calculus') |
|
|
9 | ## DBchapter('Differentiation') |
|
|
10 | ## DBsection('Differentiation Formulas') |
|
|
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('Rochester') |
|
|
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", |