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 f6a75ab commit 5bd9693Copy full SHA for 5bd9693
OpenProblemLibrary/Hope/Multi1/03-01-Vector-spaces/Axioms_01.pg
@@ -10,6 +10,8 @@
10
## Date(July 2013)
11
## Institution(Hope College)
12
## Author(Paul Pearson)
13
+## MO(1)
14
+## Static(1)
15
## Level(6)
16
## KEYWORDS('linear algebra','matrix','multiplication')
17
@@ -94,7 +96,7 @@ Context()->normalStrings;
94
96
95
97
install_problem_grader(~~&std_problem_grader);
98
-ANS(List(7,10)->cmp);
99
+ANS(List(6,7,10)->cmp);
100
ANS( essay_cmp() );
101
102
COMMENT('Uses essay grading.');
0 commit comments