MA110_-_Tutorial_Problems (3)
MA110_-_Tutorial_Problems (3)
Tutorial Problems
Most of these problems are from reference texts for this course. We will add the new tutorial
problems to this same file each week. For the latest problems, see the last few pages.
x + 2y = 2, x − y = 2, y=1
2. For the equations x + y = 4, 2x − 2y = 4, draw the row picture (two intersecting lines) and
the column picture (combination of two columns equal to the column vector (4, 4) on the right
side).
u + v + w + z = 6, u + w + z = 4, u+w =2
Is it a line or a point or an empty set? What is the intersection if the fourth hyperplane u = −1
is included? Find a different fourth equation that leaves us with no solution.
4. Under what conditions on y1 , y2 , y3 , do the points (0, y1 ), (1, y2 ), (2, y3 ) lie on a line?
5. Starting with x + 4y = 7, find the equation for the parallel line through x = 0, y = 0. Find the
equation of another line that meets the first at x = 3, y = 1.
7. It is impossible for a system of linear equations to have exactly two solutions. Explain why.
(a) If (x, y, z) and (X, Y, Z) are two solutions of system of linear equations in 3 unknowns,
what is another one?
(b) If 25 planes in R3 meet at two points, where else do they meet?
−2 3
8. Show that the set c1 + c2 | c1 , c2 ∈ R describes a line. Does it describe a
5 −15/2
line through the origin?
(a) For four linear equations in two unknowns x and y, the row picture shows four .
The column picture is in dimensional space. The equations have no solutions unless
the vector on the right-hand side is a linear combination of .
(b) If a linear system is consistent, then the solution is unique if and only if the following is
true about the columns containing pivots: .
(c) A 3 × 4 matrix can have at most pivots.
(d) A 4 × 3 matrix can have at most pivots.
10. Choose a coefficient a that makes this system singular. Then choose a right-hand side b that
makes it solvable. Find two solutions in that singular case.
2x + ay = 16, 4x + 8y = b.
11. What test on b1 , and b2 decides whether these two equations allow a solution? How many
solutions will they have? Draw the column picture.
3x − 2y = b1 , 6x − 4y = b2
12. If the following system is consistent for all values of c and d, what can you say about the
coefficients a and b?
2x1 + 4x2 = d, ax1 + bx2 = c
13. Find h and k, if they exist, such that the following system x1 + hx2 = 2, 4x1 + 8x2 = k has
(a) no solution, (b) a unique solution, and (c) many solutions.
14. Which number b leads later to a row exchange? Which b leads to a missing pivot? In that
singular case find a non-zero solution x, y, z.
x + by = 0, x − 2y − z = 0, y+z =0
16. (a) Verify that (1, 1) is a solution to 3x + y = 4. Find the solution set of this system.
(b) Find two systems of equations such that the solution set is {(1, 1)}.
17. Use elimination to solve
(a)
u + v + w = 6, u + 2v + 2w = 11, 2u + 3v − 4w = 3
(b)
u + v + w = 7, u + 2v + 2w = 10, 2u + 3v − 4w = 3
18. Find a polynomial p(t) = a0 + a1 t + a2 t2 such that p(1) = 6, p(2)=15, p(3)=28.
19. Consider a 3 × 3 system in variables u, v and w, with three (nonzero) pivots. State true or
false with explanation:
(a) If the third equation starts with a zero coefficient (it begins with 0u) then no multiple of
equation 1 will be subtracted from equation 3.
(b) If the third equation has zero as its second coefficient (it contains 0v then no multiple of
equation 2 will be subtracted from equation 3.
(c) If the third equation contains 0u and 0v then no multiple of equation 1 or no multiple of
equation 2 will be subtracted from equation 3.
20. Suppose a 3×5 coefficient matrix for a system has three pivot columns. Is the system consistent?
Why or why not?
21. Suppose A is a 3 × 3 matrix and b is a 3 × 1 column vector such that Ax = b does not have a
solution. Does there exist a 3 × 1 column vector y such that Ax = y has a unique solution?
22. Suppose A is a 3 × 4 matrix and b is a 3 × 1 column vector such that Ax = b does not have a
solution. Does there exist a 3 × 1 column vector y such that Ax = y has a unique solution?
1 −5 4 0
0 1 0 1 1 7 −3
23. Let A = 0 0 3 0 and B = 0 1 −1 .
0 0 0
0 0 0 2
0
0
0 .
(a) Find all possible solutions to Ax =
0
State true or false with explanation: Ax = d is consistent for any 4 × 1 matrix d.
0
(b) Find all possible solutions to Bx = 0 .
0
State true or false with explanation: Bx = b is consistent for any 3 × 1 matrix b.
a b 1 0
24. Let A = , B be 2 × 2 matrices such that AB = I2 = . Show that BA = I2 .
0 d 0 1
25. Write your CPI as a linear combination (or weighted sum) of your grades.
26. A thin triangular plate of uniform density and thickness, and of mass 3 g, has vertices at
v3
4
v1 v2
(a) Find the (x, y)-coordinates of the centre of mass of the plate. (Hint: Find the centroid).
(b) The balance point of the plate coincides with the centre of mass of a system consisting
of three 1 gram point masses located at the vertices. Determine how to distribute an
additional mass of 6g at the three vertices of the plate to move the balance point to (2, 2).
Pn
m j vj
Center of mass, of point masses mj located at vj , j = 1, . . . , n, is given by Pj=1
n
mj
.
j=1
27. Consider an economy with three sectors: Fuels and Power, Manufacturing, and Services. Fuels
and Power sells 80% of its output to Manufacturing, 10% to services and retains the rest.
Manufacturing sells 10% of its out put to Fuels and Power, 80% to Services, and retains the
rest. Services sells 20% to Fuels and Power, 40% to Manufacturing, and retains the rest.
Develop a system of equations that leads to prices at which each sector’s income matches its
expenses. Then write the augmented matrix that can be row reduced to find these prices.
28. Limestone, CaCO3 , neutralizes the acid H3 O, in acid rain by the following unbalanced equa-
tion.
H3 O + CaCO3 → H2 O + Ca + CO2 .
Balance this equation.
(a) (AB)T = B T AT .
(b) If AB = 0 then A = 0 or B = 0.
(c) The zero matrix is diagonal.
(d) If A is upper triangular, then so is AT .
(e) The identity matrix I is upper triangular.
(f) Every lower triangular matrix is symmetric.
(g) If A is symmetric and skew-symmetric, then A = 0
(h) If A and B are triangular, then so is A + B.
2. Prove or disprove.
(a) Let A be a 3 × 3 matrix, with no row exchanges are needed in elimination to get U .
Suppose a33 = 7 and the third pivot is 5.
(i) If you change a33 to 11, what is the third pivot?
(ii) What should you change a33 to, so that there is a zero in the third pivot position?
(b) To obtain the entry in row 3, column 4 of AB we need to multiply the row of with
the column of .
(c) If a 5 × 5 matrix has number of pivots, then it is invertible.
9. Factor A into LU and write down the upper triangular system U x = c which appears after
elimination, for
2 3 3 u 2
Ax = 0 5 7 v = 2
6 9 8 w 5
10. How could you factor A into a product U L, upper triangular times lower triangular? Would
they be the same factors as in A = LU ?
14. If A, B and C are n × n matrices such that AB = In , and CA = In , then show that B = C.
15. (a) If P1 and P2 are permutation matrices, so is P1 P2 . This still has the rows of I in some
order. Give examples with P1 P2 ̸= P2 P1 and P3 P4 = P4 P3 .
(b) Find the inverses of the permutation matrices
0 0 1 0 0 1
P = 0 1 0 and P = 1 0 0
1 0 0 0 1 0
(c) Explain for permutations why P −1 is always the same as P T . Show that the 1’s are in
the right place to give P P T = I.
16. Suppose A is invertible and you exchange its first two rows to reach B. Is the new matrix B
invertible? How would you find B −1 from A−1 ?
18. This matrix has a remarkable inverse. Find A−1 by elimination on [A | I]. Extend it to 5 × 5
“alternating matrix in 1, −1” and guess its inverse.
1 −1 1 −1
0 1 −1 1
A=
0 0 1 −1
0 0 0 1
19. (a) There are sixteen 2 by 2 matrices whose entries are 1’s and 0’s. How many are invertible?
(b) If you put 1’s and 0’s at random into the entries of a 10 by 10 matrix, is it more likely to
be invertible or singular?
and
(a) Suppose column 4 of a 3 × 5 matrix is all 0s. Then x4 is certainly a variable. The
special solution corresponding to x4 is x = .
(b) If A is an invertible 8 × 8 matrix, then its column space is . Why?
(c) If the 9 × 12 system Ax = b is solvable for every b, then C(A) = .
3 3
(d) Let L be a line in R through the origin, P be a plane in R through the origin, and
W ⊆ R3 be a subset which is closed under linear combinations. If W conatins P and L,
then W is either or .
(e) If we add an extra column b to a matrix A, then the column space gets larger unless .
Give an example in which the column space gets larger and an example in which it does
not.
8. Find q (if possible) so that the ranks are (a) 1, (b) 2, (c) 3:
6 4 2
3 1 3
A = −3 −2
−1 B= .
q 2 q
9 6 q
7 3 5
9. Let u = 2 , v = 1 and w = 1. Use the fact that 2u − 3v − w = 0 to solve the system.
5 3 1
7 3 5
2 1 x1 = 1 .
x2
5 3 1
10. Construct a matrix whose column space contains (1, 1, 1) and whose nullspace is the line of
multiples of (1, 1, 1, 1).
11. Reduce A and B to their echelon forms, find their ranks, the free and the dependent variables.
1 2 0 1 1 2 3
A = 0 1 1 0 B = 4 5 6 .
1 2 0 1 7 8 9
Find the special solutions to Ax = 0 and Bx = 0, and their nullspaces.
12. Reduce the matrices A and B to their echelon forms U . Find a special solution for each variable
and describe all solutions in the nullspace.
1 2 2 4 6 2 4 2
A = 1 2 3 6 9 B = 0 4 4 .
0 0 1 2 3 0 8 8
Reduce the echelon forms U to R, find the rank r and draw a box around the r × r identity
matrix in R.
Repeat the above exercise when A is a 3 × 2 matrix with two pivot positions.
4 2 5 −1
14. Let u = −1 and A = 0 1 −1. Does u belong to C(A)? Why or why not?
4 1 2 0
15. Mark all the correct options.
1 1 1
(a) The solutions of Ax = 0, where A = form
1 0 2
(i) a plane (ii) a line (iii) a point (iv) a subspace of R2 .
(v) a subspace of R3 (vi) the nullspace of A (vii) the column space of A.
(b) A is m × n with row reduced form R. The rank of A is:
(i) The number of nonzero rows in R. (ii) n − m.
(iii) n − number of free columns. (iv) The number of 1’s in R.
(v) The number of dependent variables. (vi) min{m, n}.
3. Consider M, the set 3 × 3 matrices with standard operations. Which of the following are
subspaces of M?
(i) The symmetric matrices in M (i.e., A = AT ) form a subspace.
(ii) The skew symmetric matrices in M (i.e., A = −AT ) form a subspace.
(iii) The non-symmetric matrices in M (i.e., A ̸= AT ) form a subspace.
(iv) The set of upper triangular matrices in M form a subspace.
(v) The matrices that have (1, 1, 1) in their nullspace form a subspace.
4. Let V = C[0, 1], the vector space of continuous real-valued functions on the closed interval
[0, 1]. Which of the following are subspaces of V ? Justify.
(i) W0 = {f ∈ V | f (0) = 1} (ii) W1 = {f ∈ V | f (1) = 0}
(iii) W2 = set of polynomials of degree 2. R1
(iv) W3 = {f | f is a real valued function on [0, 1] such that 0 f (x)dx is finite.}
(v) C 1 [0, 1] the set of differentiable real-valued functions on [0, 1]
(vi) C ∞ [0, 1] the set of infinitely differentiable real-valued functions on [0, 1].
(vii) P2 = set of polynomials of degree at most 2.
8. Construct a 3 × 3 matrix whose column space contains (1, 1, 0) and (1, 0, 1), but not (1, 1, 1).
Construct a 3 × 3 matrix whose column space is only a line.
9. Suppose A is a 5 × 4 matrix with rank(A) = 4. Show that Ax = v has no solution if and only
if the 5 × 5 matrix [A|v] is invertible. Show Ax = v is solvable when [A|v] is singular.
2 −2
10. The matrix A = is a vector in M, the space of all 2 × 2 matrices. Write the zero
2 −2
vector in this space, the vectors 21 A and −A. What matrices are in the smallest subspace
containing A?
12. x = v + w and y = v − w are combinations of v and w. Show that v and w can be written as
combinations of x and y. How are Span{v, w} and Span{x, y} related? When is each pair of
vectors a basis for its span?
13. Let P be the set of polynomials with real coefficients. Show that P is a real vector space under
term-wise addition and scalar multiplication. Can you find a linearly independent set of size
2? 3? 50?
14. How many pivots should a 6 × 4 matrix have if its columns are linearly independent? Why?
1 −2 3
15. Find values of h for which the following set is linearly dependent. 5 , −9 , h
−3 6 −9
19. Find the largest possible number of independent vectors among: v1 = (1, −1, 0, 0)T ,
v2 = (1, 0, −1, 0)T , v3 = (1, 0, 0, −1)T , v4 = (0, 1, −1, 0)T , v5 = (0, 1, 0, −1)T , v6 = (0, 0, 1, −1)T .
How is this number related to Span{v1 , . . . , v6 }?
(a) Let P be the plane in R3 with the equation x + 2y + z = 6. The equation of the parallel
plane P0 through the origin is . Of the two, is a subspace of R3 . A basis is
{ }, and its dimension is .
(b) Two vectors v1 and v2 in R4 will be dependent if and only if .
(c) If v is any vector in R4 , v and 0 are dependent because .
(d) Consider f = 1, g = x, h = x2 ∈ C[0, 1]. Then Span{f, g, h} = . It has a basis and
its dimension is .
(e) Let W = Span{cos(x), sin(x)} ⊆ C[0, 1]. A basis of W is , and dim(W ) = .
(f) A basis for the subspace of symmetric 3 × 3 matrices is , and its dimension is .
Do the same for the subspaces of diagonal, skew-symmetric and lower triangular matrices
respectively.
21. Are the following true or false? Briefly explain if it is true, give a counter-example if it is false.
22. A and B are 3 × 3 matrices. Mark all the correct options. Justify.
26. If A is m × n, the columns of A are n vectors in Rm . If they are linearly independent, what is
rank(A)? If they span Rm , what is rank(A)? What happens if they are a basis of Rm ?
(a) The vectors b not in the column space of a matrix A form a subspace.
(b) For any matrix A, dim(C(A)) = dim(C(AT )).
(c) For matrices A and B (of the right size), rank(AB) ≤ rank(A). (Hint: How are C(AB)
and C(A) related?)
(d) There is a 3 × 3 matrix A whose column space is the same as its null space.
(e) A and AT have the same number of pivots.
(f) If W is a subspace of V , then dim(W ) ≤ dim(V ).
(g) If a square matrix A has independent columns, then so does A2 .
(h) If AB = 0, then C(B) is contained in N (A) and the row space of A is contained in the
left null space of B) .
(i) If the row space equals the column space, then A = AT .
(j) If AT = −A, then the row space of A equals its column space.
(k) If dim(V ) = n, then any set S ⊆ V with n elements spans V .
(l) If dim(V ) = n, then any set S ⊆ V with n elements that spans V is linearly independent.
1 0 1 0 1
2. Find a basis for the null space and column space of U = .
0 1 0 1 0
3. Prove that the following are subspaces of M, the set of 3 × 3 matrices, and find a basis.
4. Find an echelon form U of A, and bases and the dimensions the row space, column space and
null space
of A:
0 1 2 3 4 1 2 0 1
0 1 4 0
A = 0 1 2 4 6 B = 0 1 1 0 C= .
0 2 8 0
0 0 0 1 2 1 2 0 1
5. Without
computing
A, find bases
of the row space, column space and null space of A:
1 0 0 1 2 3 4
A= 6 1 0 0 1 2 3.
9 8 1 0 0 1 2
6. Let A be m × n with rank r. Suppose there are right hand sides b for which Ax = b is not
solvable.
(a) If A has linearly independent columns, then r = , the nullspace is , and the row
space is .
(b) If Ax = b always has at least one solution, then the solutions to AT y = 0 is/are .
(Hint: Find r).
(c) If m = n = 3 and A is invertible, then a basis for (i) N (A) is , (ii) C(A) is , (iii)
N (AT ) is and (iv) C(AT ) is . Do the same for the 3 × 6 matrix B = A A .
(d) If m = 7, n = 9 and r = 5, then the dimension of (i) N (A) is , (ii) C(A) is ., (iii)
N (AT ) is and (iv) C(AT ) is .
(e) If m = 3, n = 4 and r = 3, then C(A) = . and N (AT ) = .
(f) Fill in the blanks: A is a 6 × 4 matrix whose columns are independent. The number of
pivots of A are . Why?
(g) If B is obtained by exchanging the first two rows of A, then the fundamental subspaces
which remain unchanged are .
(h) If B is obtained by exchanging the first two columns of A, if (1, 2, 3, 4)T is in the nullspace
of A, a non-zero vector in the nullspace of B is .
8. Define T : R2 −→ R2 as T u = Au.
Describe what T does geometrically to √a point
! in R2 for A =
1 3
1 0 −1 0 2
√ 2 1 1 1 0
(i) (ii) (iii) 3 1
(iv) (v) .
0 2 0 1 − 0 1 0 0
2 2
9. Write down as many functions as possible from R to R. Which of them are linear?
11. Is det : M2×2 → R a linear transformation? What about the trace of a matrix given by
tr: M2×2 → R defined as the sum of the diagonal entries?
12. State true or false. If true, prove the statement, and if false, explain why and give a counter-
example.
13. Show that the function T : M2×3 → M3×2 defined as T (A) = At is a linear transformation,
which is a bijection.
Note: Such a map is called a linear isomorphism, or just isomorphism.
14. Show that S1 , S2 : Mn×n → Mn×n defined as S1 (A) = A + AT and S2 (A) = A − AT are linear
transformations . Find N (S1 ), N (S2 ), C(S1 ) and C(S2 ).
df
15. Define D : P 3 → P 2 as D(f ) = dx for all polynomials f of degree less than or equal to 3. Show
that this is a linear transformation. Find N (D) and C(D).
19. Construct a linear map T from P2 (R) → R such that T (1) = 1, T (1 − x) = 2 and T (x2 ) = 3.
What is N (T ) and C(T )? How many such maps can you construct? Is there one with T (x) = 0?
20. Find the standard matrix of T : R2 → R2 defined as T (x1 , x2 ) = (x1 + 2x2 , x2 ). Can you find
a basis B of R2 such that [T ]B
B is diagonal?
21. Let Let dim(V ) = n and B = {v1 , v2 , · · · vn } be a basis of V .
22. Let V be a finite dimensional vector space with a basis B = {v1 , v2 , . . . vk }. Let T : V → V be
a linear transformation and A = [T ]B
B . Show that the following statements are equivalent.
(a) The linear transformation T is invertible.
(b) Span{T (v1 ), T (v2 ), . . . , T (vk )} = V .
(c) Dimension of C(T ) = k.
(d) Dimension of N (T ) = 0.
(e) T is one-one.
(f) T (v1 ), T (v2 ), . . . , T (vk ) are linearly independent.
(g) Ax = 0 has a unique solution.
(h) The columns of A form al linearly independent set of Rk .
(i) Ax = b has a solution for all b ∈ Rk .
(j) Rank of A = k.
(k) A is invertible.
(l) At is invertible .
(m) Rows of A form a linearly independent subset of Rk .
6. (a) What matrix M transforms (1, 0) and (0, 1) to (r, t) and (s, u)?
(b) What matrix N transforms (a, c) and (b, d) to (1, 0) and (0, 1) ?
(c) What conditions on a, b, c and d will make the previous part impossible?
7. Prove or disprove:
(a) If A and B are identical except that b11 = 2a11 , then det(B) = 2 det(A).
(b) If T (v) is known for n different nonzero vectors in Rn , then we know T (v) for every vector
in Rn .
(c) If A is invertible and B is singular, then A + B is invertible.
(d) If A is invertible and B is singular, then AB is singular.
(e) The eigenvectors of a 3 × 3 matrix A will give a basis for R3 .
8. If every row of A adds to zero, prove that det(A) = 0. If every row adds to 1, prove that
det(A − I) = 0. Show by an example that this does not imply det(A) = 1.
1 t t2 t3
11 12 13 14
21 22 23 24 t 1 t t2
C=
31
, D=
t2 t 1 t
32 33 34
41 42 43 44 t3 t2 t 1
.
11. (a) If a11 = a22 = a33 = 0, how many of the six terms in det(A3×3 ) will be zero?
(b) If a11 = a22 = a33 = a44 = 0, how many of the 24 terms in det(A4×4 ) will be zero?
13. Find the rank and all four eigenvalues for the matrix of ones and the chess board matrix:
1 1 1 1 0 1 0 1
1 1 1 1 1 0 1 0
A=
1
and B =
1 1 1 0 1 0 1
1 1 1 1 1 0 1 0
(a) Give a basis for the nullspace and a basis for the column space of A.
(b) Find a particular solution to Ax = v + w. Find all solutions.
(c) Show that Ax = u has no solution. (Hint: If it had a solution, then C(A) = )
15. Let A be a 2 × 2 matrix with eigenvalues λ1 = 4 and λ2 = 5. Explain why Trace(A) = 9, and
det(A) = 20. (Hint: Characteristic polynomial of A is .) Find at least three such matrices
A.
17. When P exchanges rows 1 and 2 and columns 1 and 2, the eigenvalues do not change. Find
eigenvectors of A and P AP for λ = 11:
1 2 1 6 3 3
A = 3 6 3 and P AP = 2
1 1
4 8 4 8 4 4
4. Suppose A has eigenvalues 1, 2, 4. What is the trace of A2 ? What is the determinant of (A−1 )T ?
6. Mark all the choices which are correct and explain why.
11. Project the vector b = (1, 2) onto two vectors that are not orthogonal, a1 = (1, 0) and a2 =
(1, 1). Show that, unlike the orthogonal case, the sum of the two one- dimensional projections
does not equal b.
is orthogonal. It must be a unit vector that is orthogonal to the other columns; how much
freedom does this leave? Verify that the rows automatically become orthonormal at the same
time.
14. Find an orthonormal set q1 , q2 , q3 for which q1 , q2 , span the column space of
1 1
A = 2 −1 .
−2 4
16. Find orthogonal vectors A, B, C by Gram-Schmidt from a = (1, −1, 0, 0), b = (0, 1, −1, 0),
c = (0, 0, 1, −1). A, B, C and a, b, c are bases for the vectors perpendicular to d = (1, 1, 1, 1).
17. Construct the projection matrix P onto the space spanned by (1, 1, 1) and (0, 1, 3).
19. The system Ax = b has a solution if and only if b is orthogonal to which of the four fundamental
spaces?
20. Find an orthonormal basis for the plane x − y + z = 0, and find the matrix P that projects
onto the plane. What is the nullspace of P .
21. Find the best straight-line fit (least squares) to the measurements: b = 4 at t = −2, b = 3 at
t = −1, b = 1 at t = 0 and b = 0 at t = 2.
Find the projection of b = (4, 3, 1, 0)t onto Span{(1, 1, 1, 1)t , (−2, −1, 0, 2)t }.
22. A certain experiment produces the data (1, 7.9), (2, 5.4)and (3, −0.9). Describe the model that
produces a least squares fit of these points by a function of the form y = a cos( πx πx
6 ) + b sin( 6 ).
23. CT scanners examine the patient from different directions and produce a matrix giving the
densities of bone and tissue at each point. Mathematically, the problem is to recover a matrix
from its projections. in the 2 by 2 case, can you recover the matrix A if you know the sum
along each row and down each column?
24. Find an orthonormal basis for R3 starting with the vector (1, 1, 1).
27. State true or false. If true, explain your answer and if false give a counter-example.
29. Hooke’s Law states that displacement x of the spring is directly proportional to the load (mass)
applied, i.e., m = kx. A student performs experiments to calculate spring constant k. The
data collected says for loads 4, 7, 11 kg applied, the displacement is 3, 5, 8 inches respectively.
Hence we have:
3 4
5 k = 7 (ak = b).
8 11
Show this is an inconsistent system. Estimate k using the method of least squares.
*********==********