| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | # |
2 | ## Equation of a Line |
| 3 | # File Created: 5/31/2000 |
|
|
| 4 | # Last Modified: 5/31/2000 |
|
|
| 5 | # Problem Author: Joseph Neisendorfer |
|
|
| 6 | # WeBWorK Entry: Victoria Sweetser |
|
|
| 7 | # Location: University of Rochester |
|
|
| 8 | # |
|
|
| 9 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
| 10 | |
4 | |
| 11 | ##KEYWORDS('Parametric','Multivariable','Geometry') |
5 | ## KEYWORDS('Line', 'Parametric', 'Perpendicular', 'Plane', 'Intersect') |
|
|
6 | ## Tagged by nhamblet |
|
|
7 | |
|
|
8 | ## DBsubject('Calculus') |
|
|
9 | ## DBchapter('Vectors and the Geometry of Space') |
|
|
10 | ## DBsection('Equations of Lines and Planes') |
|
|
11 | ## Date('5/31/2000') |
|
|
12 | ## Author('Joseph Neisendorfer') |
|
|
13 | ## Institution('Rochester') |
|
|
14 | ## TitleText1('') |
|
|
15 | ## EditionText1('') |
|
|
16 | ## AuthorText1('') |
|
|
17 | ## Section1('') |
|
|
18 | ## Problem1('') |
| 12 | |
19 | |
| 13 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 14 | |
21 | |
| 15 | loadMacros("PG.pl", |
22 | loadMacros("PG.pl", |
| 16 | "PGbasicmacros.pl", |
23 | "PGbasicmacros.pl", |