| 1 | ##DESCRIPTION |
1 | ## DESCRIPTION |
| 2 | ##KEYWORDS('system','linear equations') |
2 | ## Systems of Linear Equations |
| 3 | ## |
|
|
| 4 | ## |
|
|
| 5 | ##ENDDESCRIPTION |
3 | ## ENDDESCRIPTION |
|
|
4 | |
|
|
5 | ## KEYWORDS('Algebra' 'Linear Equations' 'Matrix' 'Matrices') |
|
|
6 | ## Tagged by tda2d |
|
|
7 | |
|
|
8 | ## DBsubject('Algebra') |
|
|
9 | ## DBchapter('Systems of Equations and Inequalities') |
|
|
10 | ## DBsection('Systems of Linear Equations') |
|
|
11 | ## Date('') |
|
|
12 | ## Author('') |
|
|
13 | ## Institution('ASU') |
|
|
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 | "PGasu.pl", |
23 | "PGasu.pl", |