| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | # |
2 | ## Calculus |
| 3 | # File Created: 5/30/2000 |
|
|
| 4 | # Last Modified: 5/30/2000 |
|
|
| 5 | # Problem Author: Joseph Neisendorfer |
|
|
| 6 | # WeBWorK Entry: Eva Culakova |
|
|
| 7 | # Location: University of Rochester |
|
|
| 8 | # change rectangular coordinates into cylindrical |
|
|
| 9 | # |
|
|
| 10 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
| 11 | |
4 | |
| 12 | #KEYWORDS('coordinates') |
5 | ## KEYWORDS('cylindrical' 'coordinates') |
|
|
6 | ## Tagged by tda2d |
|
|
7 | |
|
|
8 | ## DBsubject('Calculus') |
|
|
9 | ## DBchapter('Multiple Integrals') |
|
|
10 | ## DBsection('Change of a Variable, Cylindrical and Spherical Coordinates') |
|
|
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('Dartmouth') |
|
|
14 | ## TitleText1('Basic Multivariable Calculus') |
|
|
15 | ## EditionText1('') |
|
|
16 | ## AuthorText1('Marsden, Tromba, and Weinstein') |
|
|
17 | ## Section1('5.5') |
|
|
18 | ## Problem1('') |
| 13 | |
19 | |
| 14 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 15 | |
21 | |
| 16 | loadMacros( |
22 | loadMacros( |
| 17 | "PG.pl", |
23 | "PG.pl", |