[npl] / trunk / NationalProblemLibrary / ASU-topics / set119LPsimplex / p2.pg Repository:
ViewVC logotype

Diff of /trunk/NationalProblemLibrary/ASU-topics/set119LPsimplex/p2.pg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 267 Revision 268
27"PGauxiliaryFunctions.pl", 27"PGauxiliaryFunctions.pl",
28"PGmatrixmacros.pl", 28"PGmatrixmacros.pl",
29"PGasu.pl" 29"PGasu.pl"
30); 30);
31 31
32TEXT(&beginproblem); 32TEXT(beginproblem());
33 33
34for $j (0..10) { $a[$j] = random(2, 15);} 34for $j (0..10) { $a[$j] = random(2, 15);}
35$b = random(10, 90, 5); 35$b = random(10, 90, 5);
36$c = random(20, 60, 4); 36$c = random(20, 60, 4);
37 37

Legend:
Removed from v.267  
changed lines
  Added in v.268

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9