Test 2 Sample
Test 2 Sample
3. (2 points) If two matrices A, B have the same reduced row Echelon form, then
A and B have the same nullspace.
⃝ True
⃝ False
4. (4 points) What is the complexity order when applying the Gaussian elimina-
tion on a tri-diagonal matrix of size n × n
⃝ O(n)
⃝ O(n2 )
⃝ O(n3 )
⃝ None of above.
1
6. (4 points) Which of the following sets are subspaces? Circle all that apply.
⃝ {(x, y, z)|x + 2y + 3z = 0}
⃝ {(x, y, z)|x + 2y + 3z = 2}
⃝ {(x, y, z)|x · y · z = 0}
⃝ {(x, y, z)|x, y, z > 0}
1 0 0 0
0 1 2
0 0 1 0
P = Q = 1 0 2 .
0 0 0 1
1 1 2
0 1 0 0
1 1 2
S = 1 3 8 = LDLT .
2 8 23
3 -2 -3 2
A = 6 -2 -4 b = 6
-3 4 6 2
0 3 4 −3
A = 1 2 3 b = 0
−3 −7 8 1
2
11. (10 points) Given the matrix
1 2 3 3 1
2 3 5 5 2
A =
1 1 2 2 1
0 1 2 1 0