Homework 4
Homework 4
1. A and B are two square matrices such that A + B is invertible. Prove that
A(A + B)−1 B = B(A + B)−1 A
1
is not a string diagram as it has a triple point.
We define sign(f ) = 1 if the string diagram has even number of points
and sign(f ) = −1 if the string diagram has odd number of points. For
our test function f , sign(f ) = 1 as there are 6 points (marked in red).
Give an intuitive argument of why this is well defined.
(c) Let A = (aij )1≤i,j≤4 be an abstract 4 × 4 matrix. Write down a closed
formula for determinant by expanding along first row and third column.
Show that both the expansions match.
(d) For n = 4 we construct the following sum
X
sign(f ) a1f (1) a2f (2) a3f (3) a4f (4)
f ∈S4
2
5. If the entries in every row of a square matrix A add to zero, solve Ax = 0 to
prove that detA = 0. If those entries add to one, show that det(A − I) = 0.
Does this mean that detA = 1?
6. Let An be an n × n matrix for n ∈ N. If
a b 0 0 0 ··· 0
c a b
0 0 ··· 0
An = 0 c a
b 0 ··· 0 ,
.. .. .. .. .. ..
. . . . . ··· .
0 0 0 0 0 ··· a
then find the recurrence relation for the detAn ? Also if a = 5 and b = c = 2,
then find detAn interms of n.
7. Determine whether or not the given set is a subspace of the indicated vector
space.
(a) All polynomials in P2 that are divisible by (x − 2).
n x o
3 2 2 2
(b) y ∈R :1≤x +y +z ≤4 .
z
Ra
(c) {f ∈ C 0 [a, b] : b f (x)dx = 0}. Remember that C 0 [a, b] is the vector
space of continuous, real-valued functions defined on the closed interval
[a, b] with a < b.
8. Let A and B be n × n− matrices. Your good friend Fred R. Dimm believes
A B
that det = det(A + B)det(A − B). He offers the following argument
B A
to support this claim:
A B
det = det(A2 − B 2 ) = det[(A + B)(A − B)] = det(A + B)det(A − B).
B A
3
9. Let x be a fixed real number which is not an integer multiple of π. For each
natural number n let An = [ajk ] be the n × n-matrix defined by
ajk = 0 if |j − k| > 1,
= 1 if |j − k| = 1,
= 2 cos x if |j − k| = 0.
sin(n+1)x
Show that detAn = sinx .