| 1 | ## -*- perl -*- ## |
1 | ## DESCRIPTION |
| 2 | ## Line above puts emacs in perl mode |
2 | ## Calculus |
| 3 | ## |
3 | ## ENDDESCRIPTION |
| 4 | ## Description |
4 | |
| 5 | ## This is a generic problem template |
5 | ## KEYWORDS('continuous' 'set') |
| 6 | ## EndDescription |
6 | ## Tagged by tda2d |
|
|
7 | |
|
|
8 | ## DBsubject('Calculus') |
|
|
9 | ## DBchapter('Partial Derivatives') |
|
|
10 | ## DBsection('Limits and Continuity') |
|
|
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('Dartmouth') |
|
|
14 | ## TitleText1('Calculus') |
|
|
15 | ## EditionText1('5') |
|
|
16 | ## AuthorText1('Stewart') |
|
|
17 | ## Section1('15.2') |
|
|
18 | ## Problem1('') |
| 7 | |
19 | |
| 8 | DOCUMENT(); |
20 | DOCUMENT(); |
| 9 | loadMacros("PG.pl", |
21 | loadMacros("PG.pl", |
| 10 | "PGbasicmacros.pl", |
22 | "PGbasicmacros.pl", |
| 11 | "PGchoicemacros.pl", |
23 | "PGchoicemacros.pl", |