| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | ##KEYWORDS('linear', 'transformation', 'plane', 'basis', 'matrix') |
2 | ## Linear Algebra |
| 3 | ## |
|
|
| 4 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
|
|
4 | |
|
|
5 | ## KEYWORDS ('linear algebra','vector space','linear transformation') |
|
|
6 | ## Tagged by cmd6a 5/3/06 |
|
|
7 | |
|
|
8 | ## DBsubject('Linear Algebra') |
|
|
9 | ## DBchapter('Vector Spaces') |
|
|
10 | ## DBsection('Linear Transformations') |
|
|
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('Rochester') |
|
|
14 | ## TitleText1('') |
|
|
15 | ## EditionText1('') |
|
|
16 | ## AuthorText1('') |
|
|
17 | ## Section1('') |
|
|
18 | ## Problem1('') |
| 5 | |
19 | |
| 6 | DOCUMENT(); # This should be the first executable line in the problem. |
20 | DOCUMENT(); # This should be the first executable line in the problem. |
| 7 | |
21 | |
| 8 | loadMacros( |
22 | loadMacros( |
| 9 | "PG.pl", |
23 | "PG.pl", |