선형대수학 MID-SOLUTION
선형대수학 MID-SOLUTION
(FALL-2023)
NAME: ID NUMBER: Time: 1 hour
Part I: Indicate whether the statement is true (T) or false (F). 10 × 2 = 20.
(i) A homogeneous linear system with more unknowns than equations has trivial solution. F
(iv) The columns of a matrix A are linearly independent if the equation Ax = 0 has the trivial solution. T
(v) A linear system whose augmented matrix is 3 × 5 can have at most 3 pivot columns. T
(vi) If a system of linear equations has two different solutions, it must have infinitely many solutions. T
(ix) Any system of n linear equations in n variables can be solved by Cramer’s rule. F
1. (i) If A is a matrix with n columns, then the solution space of the homogeneous system Ax = 0 is all of Rn if and only if A = 0.
(ii) Find a 2 × 2 matrix A, which does not contain the number 0 in any of its 4 positions, so that A2 is a matrix containing 4 zeroes.
Proof: (i) If A = 0, then Ax = 0x = 0 for every vector x in Rn , so the solution space of Ax = 0 is all of Rn . Conversely, assume
that the solution space of Ax = 0 is all of Rn , and consider the equation A = AI, where I is the n × n identity matrix. If we denote
the successive column vectors of I by e1 , e2 ,...,en , then we can rewrite this equation as
2. If A is a non-singular matrix, then prove that adj A is non-singular and (adj A)−1 = adj (A−1 ) = (det A)−1 A.
Sol: Since A is a non-singular matrix, det A ̸= 0. We have A adj A = det A In . Taking determinant both sides, we get
det(A adj A) = det A det(adj A) = (det A)n , that is, det(adj A) = (det A)n−1 ̸= 0. Hence adj A is non-singular, that is,
(adj A)−1 exists.
Since A is a non-singular matrix, AA−1 = In , that is, det A det A−1 = 1. Now, we obtain
Proof. Let
1 −2 2
1
A= 2 −1 −2 .
3
2 2 1
Then
1 −2 2 1 2 2 9 0 0
1 1
AAT = 2 −1 −2 −2 −1 2 = 0 9 0 = I3 .
9 9
2 2 1 2 −2 1 0 0 9
1 2 2
−1 T 1 −2
Therefore we obtain A =A = 3
−1 2 .
2 −2 1
x1 2
From system of linear equations, we have Ax = 13 b, where x = x2 and b = 1 . Hence
x3 7
x1 1 2 2 2 2
1 1
x = x2 = A−1 b = −2 −1 2 1 = 1 .
3 9
x3 2 −2 1 7 1
4. Let T : R3 → R4 be a linear transformation, given by T (x) = Ax, where the matrix A is given as follows:
1 1 3 1
A= 2 1 5 4 .
1 2 4 −1
Determine the kernel of the transformation T .
Sol: The kernel of the transformation T is the set of all x ∈ R4 such that T (x) = Ax = 0. We perform elementary row operations
to the augmented matrix [A|0] to reduced row echelon form.
1 1 3 1 0 1 1 3 1 0 1 1 3 1 0
−2R 1 + R 2 → R 2 R 2 + R 3 → R 3
A= 2 1 5 4 0 > 0 −1 −1 2 0 − > 0 1 1 −2 0 .
−R1 + R3 → R3 −R2 → R2
1 2 4 −1 0 0 1 1 −2 0 0 0 0 0 0
1 0 2 3 0
−R2 + R1 → R1
− > 0 1 1 −2 0 .
0 0 0 0 0
Solving the corresponding reduced row echelon form system yields x1 = −2x3 − 3x4 , x2 = −x3 + 2x4 , where x3 and x4 are free
variables. Therefore, the kernel of T is given as follows:
−2 −3
4
−1 2
Ker(T ) = x ∈ R : x = x3 + x 4
, x 3 , x4 ∈ R .
1 0
0 1
5. Are the three matrices below, considered as vectors in R2×2 , linearly independent? If so, demonstrate this. If not, write one of
them as a linear combination of the other two:
1 1 3 −3 2 −1
v1 = , v2 = , v3 = .
2 3 −4 1 −1 2
6. Find the dimensions of the column space and null space of A, where
1 −1 2 −1 1
4 −3 −1 1 −2
A= 3 −2 −3
.
2 −3
6 −5 3 −1 0
Since the dimension of Nul A is the number of free variables in the equation Ax = 0, the dimension of the null space of A is 3.
Moreover, the dimension of the column space is 2 as the dimension of the column space A is the number of pivot columns in A.
8. Let A be an n × n matrix. Show that the set Eλ = {x | Ax = λ x, where x is an n × 1 vector and λ is a scalar} is a subspace
of Rn .
(i) Let u ∈ Eλ . Then Au = λ u . For any scalar α, α Au = α λ u , that is, A(αu) = λ (αu) . Thus we have αu ∈ Eλ .
A(u + v) = Au + Av = λ u + λ v = λ(u + v) .
that is,
0 −1 a −7
= .
−1 2 b 0
The augmented matrix of the above system of linear equations, we obtain
0 −1 −7 1 −2 0 1 0 14
−> −> .
−1 2 0 0 1 7 0 1 7
14
Thus we have a = 14 and b = 7. Hence [u]S2 = .
7