Skip to content

Commit 10afe68

Browse files
committed
Improve appearance
1 parent 133e908 commit 10afe68

File tree

1 file changed

+0
-2
lines changed
  • OpenProblemLibrary/WHFreeman/Holt_linear_algebra/Chaps_1-4

1 file changed

+0
-2
lines changed

OpenProblemLibrary/WHFreeman/Holt_linear_algebra/Chaps_1-4/3.5.36.pg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ DOCUMENT();
2424
loadMacros(
2525
"PGstandard.pl",
2626
"MathObjects.pl",
27-
# "parserPopUp.pl",
2827
"parserRadioButtons.pl",
2928
"parserMultiAnswer.pl",
3029
"PGmatrixmacros.pl",
@@ -45,7 +44,6 @@ $showPartialCorrectAnswers = 1;
4544
Context("Matrix");
4645
Context()->variables->are(a=>"Real",b=>"Real");
4746

48-
#$tf = PopUp(['???','True','False'],'True');
4947
$tf = RadioButtons(['True','False'],'True', separator => $SPACE x 4 );
5048

5149
$A = Matrix([[Formula("a"),Formula("1-b")],[Formula("1-a"),Formula("b")]]);

0 commit comments

Comments
 (0)