LA (Linear System, Vector Space, LI)
LA (Linear System, Vector Space, LI)
Introduction of Matrices
1. Show that a triangular matrix A is invertible if and only if each diagonal entry of A is non-zero.
2. Let A1 , A2 , . . . , Ar be invertible matrices. Prove that the product A1 A2 . . . Ar is also an invertible
matrix.
x x
3. Let A and B be 2 × 2 real matrices such that A =B for all (x, y) ∈ R2 . Prove that A = B .
y y
System of Linear Equations
4. What is the value of a if the following system
3x + 2y = 10,
6x + 4y = a
1
8. Suppose a, b ∈ R. Consider the following system of equations:
2x + y + az = 1,
x + z = 2,
x+y−z =b
(a) Apply suitable elementary row operations on the augmented matrix to nd an equivalent system
such that its coecient matrix is row echelon form for every a and b.
(b) Using part (a), nd all possible a and b such that the system has
(1) no solution
(2) a unique solution
(3) innitely many solutions.
(c) Write all the solution when system is consistent.
9. Show that every elementary matrix is invertible. Is the inverse of an elementary matrix, also an
elementary matrix?
10. Let A ∈ Mm×n (R) and b ∈ Rm . Let S ⊆ Rn be the set of solutions of the homogeneous linear system
AX = 0. If the system AX = b has a solution X0 , then show that the set of all solutions of the system
AX = b is given by X0 + S .
11. Let A ∈ Mn (R) be a matrix. Show that the following statements are equivalent:
(a) A is invertible
(b) For all b ∈ Rn the system AX = b has a unique solution X ∈ Rn .
12. Let A and B be two matrices. Show that
(a) if A + B is dened, then rank(A + B) ≤ rank(A) + rank(B),
(b) if AB is dened, then rank(AB) ≤ rank(A) and rank(AB) ≤ rank(B).
Vector Space
13. Show that the space of all real m×n matrices is a vector space over R with respect to the usual addition
and scalar multiplication.
14. Construct a subset of the xy -plane (R2 ) that is not a vector space over R because
(a) Closed under vector addition and subtraction but not with scalar multiplication.
(b) Closed under scalar multiplication but not with vector addition. Justify your answers.
15. In R, consider the addition x ⊕ y = x + y − 1 and scalar multiplication a ⊙ x = a(x − 1) + 1. Show that
R is a real vector space with respect to these operations with additive identity 1 (note that 0 is NOT
the additive identity).
16. Find the condition on real numbers a, b, c, d so that the set {(x, y, z) | ax + by + cz = d} is a subspace
of R3 .
17. Let X = R2 . Dene + and ∗ by
λ
(x1 , y1 ) + (x2 , y2 ) = (x1 + x2 , y1 − y2 ) and λ ∗ (x1 , y1 ) = x1 , y1
3
2
19. For each of the following subsets of the R3 , determine whether it is a subspace of R3 .
(a) V1 = (x, y, z) ∈ R3 | x + 2y + 3z = 0
(c) V3 = (x, y, z) ∈ R3 | x = 5z
20. Suppose that S and T are two subspaces of a vector space V . Dene the sum
S + T = {s + t : s ∈ S, t ∈ T }
and let ⟨X⟩ be the intersection of all the subspaces of V which contain X . Show that Span(X) and
⟨X⟩ are subspaces of V . Moreover, Span(X) = ⟨X⟩.
Linearly Independence
25. Let V be a vector space over F. Show that u, v, w ∈ V are linearly independent if and only if u + v, v +
w, w + u are linearly independent.
26. Decide whether each subset of R3 is linearly dependent or linearly independent.
1 2 4
(a) −3 , 2 , −4
5 4 14
1 2 3
(b) 7 , 7 , 7
7 7 7
0 1
(c) 0 , 0
−1 4
9 2 3 12
(d) 9 , 0 , 5 , 12
0 1 −4 −1
27. Which of these subsets of P2 are linearly dependent and which are independent over R ?
(a) 3 − x + 9x2 , 5 − 6x + 3x2 , 1 + 1x − 5x2