We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133e908 commit 10afe68Copy full SHA for 10afe68
OpenProblemLibrary/WHFreeman/Holt_linear_algebra/Chaps_1-4/3.5.36.pg
@@ -24,7 +24,6 @@ DOCUMENT();
24
loadMacros(
25
"PGstandard.pl",
26
"MathObjects.pl",
27
-# "parserPopUp.pl",
28
"parserRadioButtons.pl",
29
"parserMultiAnswer.pl",
30
"PGmatrixmacros.pl",
@@ -45,7 +44,6 @@ $showPartialCorrectAnswers = 1;
45
44
Context("Matrix");
46
Context()->variables->are(a=>"Real",b=>"Real");
47
48
-#$tf = PopUp(['???','True','False'],'True');
49
$tf = RadioButtons(['True','False'],'True', separator => $SPACE x 4 );
50
51
$A = Matrix([[Formula("a"),Formula("1-b")],[Formula("1-a"),Formula("b")]]);
0 commit comments