Skip to content

Commit c56c8a5

Browse files
authored
Merge pull request #1238 from gajennings/main
Clarify question
2 parents 0b602b9 + 1db33a4 commit c56c8a5

File tree

1 file changed

+1
-1
lines changed
  • OpenProblemLibrary/TCNJ/TCNJ_MatrixEquations

1 file changed

+1
-1
lines changed

OpenProblemLibrary/TCNJ/TCNJ_MatrixEquations/problem7.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ push @noSol, $notEnoughData;
108108
@solution = @solution[@allslice];
109109

110110
BEGIN_PGML
111-
In the following [`A`] represents an arbitrary [`m\times n`] matrix of real numbers, and [`x \in \mathbb{R}^n`] and [`b\in \mathbb{R}^m`] represent arbitrary vectors. Select the _true_ statements in the list below. Remember that a general statement "if P then Q" is true if and only if Q is true in every case where P is true.
111+
In the following statements [`A`] represents an arbitrary [`m\times n`] matrix of real numbers, and [`x \in \mathbb{R}^n`] and [`b\in \mathbb{R}^m`] represent arbitrary vectors. Mark each statement "True" or "False" by selecting the correct response on the left. Remember that a general statement "if P then Q" is true if and only if Q is true in every case where P is true.
112112

113113
1. [_]{$answer[0]} [$question[0]]
114114

0 commit comments

Comments
 (0)