Problem Set 1
Problem Set 1
3. Prove that the rank of a diagonal matrix equals the number of nonzero elements on its
diagonal.
4. Suppose the columns of two square matrices are all identical (x1 , ...., xn ) except for their
kth column, which is equal to uk for one matrix and vk for the other. Prove that the sum of
these matrices’ determinants is equal to the determinant of the matrix with columns all equal to
x1 , ...., xn except for the kth column, which equals uk + vk . That is,
x1 ··· uk + vk ··· xn = x1 ··· uk ··· xn + x1 ··· vk ··· xn
You can use any of the other properties of the determinant we saw in class.
2
5. Determine the ranks of the following matrices :
1 −2 −1 1
1 3 0 0
1 3 4 2 1 1 2
(a) (b) 2 4 0 −1 (c)
2 0 1
−1 1 −1 −3
1 −1 2 2
−2 −5 −2 0
Economic Dynamics”, Sergei Treil, “Linear Algebra Done Wrong”, and Hammond et al., “Further Mathematics in
Economic Analysis”.
2 This question is taken from parts (b), (d) and (f) of question 1 in FMEA section 1.3.
1
Show that the following are not vector spaces:
• the unit circle in R2 (that is, the set of all vectors (x, y)0 with x2 + y 2 = 1);
• the set of all polynomials with degree exactly n, with addition and scalar multiplication of
polynomials defined as in class. (That is, all functions p(t) = a0 + a1 t + a2 t2 + · · · + an tn with
an 6= 0.)
7. Show that the following are normed vector spaces. (You do not need to prove they are vector
spaces, since you have done so already; just show that the given norms are valid.)
Pn
• Let S = Rn , with ||x|| = [ i=1 x2i ]1/2 (Euclidean space).
8. S1 = {(a, a, 0)0 : a ∈ R}, S2 = {(a, a + b, −b)0 : a, b ∈ R}, S3 = {(a, b, 0)0 : a, b ∈ R, a + b > 0}.
Is S1 a vector subspace of S2 ?
Is S3 a vector subspace of S1 ?
That is, the distance between two matrices A and B is the largest element (in absolute value) of
the matrix A − B.
11. (a) Let S be a vector space. Prove that if ha, bi is a valid inner product on S, then
1/2
||a|| := (ha, ai) is a valid norm on S.
2
(b) Prove that if ||a|| is a valid norm on S, then d(a, b) := ||a − b|| is a valid metric on S.
12. Solve the systems of equations (a), (d) and (e) of Exercise 2.1 on page 46 of Sergei Treil,
“Linear Algebra Done Wrong” (http://www.math.brown.edu/~treil/papers/LADW/LADW.html).
(The question begins, “Write the systems of equations below in matrix form and as vector equa-
tions...”, but you don’t have to write them out as vector form - just solve them, using row reduction
or any other method.)
13. (a) Suppose the vectors v1 , ..., vn are linearly independent. Show that no one of these vectors
can be expressed as a linear combination of the other n − 1 vectors.
(b) Prove that the following claim is false: “Suppose the vectors v1 , ..., vn are linearly dependent.
Then any one of these vectors can be expressed as a linear combination of the other n − 1 vectors.”
14. Is it possible that the vectors x1 , x2 , x3 are linearly dependent, but the vectors x1 + x2 ,
x1 + x3 , x2 + x3 are linearly independent?