20fall Mid
20fall Mid
Midterm Exam
SSE, CUHK(SZ)
31 Oct 2020
1
This page has no questions, but a table of notations.
Table of Notations
Question 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 points
Consider two symmetric matrices A and B of the same size. Which of the following
matrices are symmetric?
(a) A2 − B 2
(b) (A + B)(A − B)
(c) ABA
(d) ABAB
Question 2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 points
Consider the following matrices
a11 a12 a13 a14 a14 a13 a12 a11
a21 a22 a23 a24
, B = a24 a23 a22 a21 ,
A= a31 a32 a33 a34 a34 a33 a32 a31
a41 a42 a43 a44 a44 a43 a42 a41
0 0 0 1 1 0 0 0
0 1 0 0 0 0 1 0
P1 =
0
, P2 = ,
0 1 0 0 1 0 0
1 0 0 0 0 0 0 1
where A is invertible, and then B −1 = ( )
(a) A−1 P1 P2
(b) P1 A−1 P2
(c) P1 P2 A−1
(d) P2 A−1 P1
Question 3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 points
Consider a matrix A ∈ Rn×n and a vector a ∈ Rn×1 , with
A a
rank = rank(A).
aT 0
Question 4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 points
Determine whether each of the following statement is equivalent to that an n × n
matrix A is nonsingular (invertible) by marking True or False. For the statement
marked False, please correct the statement so that it is equivalent to A is nonsingular.
(1) Ax = 0 is consistent.
(2) Ax = b has a unique solution for any b ∈ Rn .
(3) A is row equivalent to I.
(4) There exists a matrix E such that EA = I.
(5) A is a product of a sequence of finite elementary matrices.
(6) The columns of A span Rn .
(7) The rows of A form a basis of Rn .
(8) A is full rank, i.e., rank(A) = n.
(9) dim(Null(A)) = 1.
(10) det(A) > 0.
a b c d
a a a a a a a a a a a a
op1 a b b b op2 a
b b b op3 0 b − a b − a b − a
A −−→ −−→ −−→
a b c c 0 0 c − b c − b 0 0 c − b c − b
0 0 0 d−c 0 0 0 d−c 0 0 0 d−c
Question 7 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 points
Denote by P4 the set of polynomial of degree less than 4. Let A be a subset of P4 :
Question 8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 points
Let
1 1 2 4 0 0
u1 = 1 , u2 = 2 , u3 = 3 v1 = 6 , v2 = 1 , v3 = 1 .
1 2 4, 7 1 2
(a) (5 points) Find the change-of-basis transition matrix from {v1 , v2 , v3 } to {u1 , u2 , u3 }.
(b) (5 points) For x = 2v1 + 3v2 − 4v3 , determine the coordinates of x with respect
to {u1 , u2 , u3 }.
Question 9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 points
For the following matrix, find a basis for the row space, a basis for the column space
and a basis for the null space.
1 2 −2 1
2 1 3 2
3 4 5 6
Question 10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 points
(a) (6 points) When this linear system only has the trivial solution? (For which ai
and b?)
(b) (6 points) When this linear system has non-trivial solutions? Then, obtain the
solutions.
Question 11 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 points
(a) (4 points) Show that for x, y1 , . . . , yn ∈ Rm (where m ≥ n + 1), if y1 , . . . , yn are
linearly independent and x ∈ / Span{y1 , . . . , yn }, then x, y1 , . . . , yn are linearly
independent.
(b) (8 points) Suppose n ≥ 3 and a, b, c, d3 , . . . , dn ∈ Rn . Show that if a ∈ /
Span{b, c, d3 , . . . , dn }, b ∈
/ Span{a, c, d3 , . . . , dn }, and c ∈
/ Span{a, b, d3 , . . . , dn },
then d3 , . . . , dn are linearly dependent.