Problem Set 1
Problem Set 1
Problem Set 1
Problem Set 1
We have
N −1 N −1 N −1
!
X X X
n n
(I + A)B = (I + A) (−1) A = (−1)n An + (−1)n An+1
n=0 n=0 n=0
N
X −1 N
X −1
= (−1)n An − (−1)n An = I
n=0 n=1
and
N −1 N −1 N −1
!
X X X
n n
B(I + A) = (−1) A (I + A) = (−1)n An + (−1)n An+1
n=0 n=0 n=0
N
X −1 N
X −1
= (−1)n An − (−1)n An = I
n=0 n=1
Solution:
n
X n X
X n n X
X n
AA∗ = 0 ⇒ Tr(AA∗ ) = 0 ⇒ [AA∗ ]ii = 0 ⇒ [A]ij [A∗ ]ji = 0 ⇒ [A]ij [A]ij = 0.
i=1 i=1 j=1 i=1 j=1
13. (T) The parabola y = a + bx + cx2 goes through the points (x, y) = (1, 4), (2, 8) and (3, 14).
Find and solve a matrix equation for the unknowns (a, b, c).
Solution: As the parabola passes through point (1, 4), we have 4 = a + b · 1 + c · 12 leading to
the equation a + b + c = 4.
Similarly for points (2, 8) and (3, 14), we get a + 2b + 4c = 8 and a + 3b + 9c = 14.
We can obtain a, b and c as a solution to
1 1 1 a 4
1 2 4 b = 8 .
1 3 9 c 14
We can thus obtain the solution to the given linear system by solving the equivalent system
a+b+c = 4
b + 3c = 4
2c = 2
14. (T) Let J = 11∗ . Then each entry of J equals 1. Determine condition(s) on a and b such that
bJ + (a − b)In is invertible. Find α and β in terms of a and b such that the inverse has the form
αJ + βI.
Solution: Check that each entry of J equals 1 and J 2 = nJ. The symmetry of the matrix
bJ + (a − b)I motivates us to try to assume that αJ + βI may be the inverse for some choice of
1 b
α and β. Verify β = and α = .
a−b (b − a)((n − 1)b + a)
15. (T) Let x ∈ M3,1 (R). Then find y, z ∈ M3,1 (R) such that xT y = 0 and xT z = 0.
x1
Solution: Let x = x2 . Choose y and z such that their dot product with x is zero.
x3
16. (T) Let A be an upper triangular matrix. If AA∗ = AA∗ then A is a diagonal matrix.
n n
Solution: (AA∗ )11 = a1i a1i and (A∗ A)11 = a11 a11 . Thus,
P P
a1i a1i = 0 and hence a1i = 0
i=1 2=1
for all i 6= 1. Now, consider the (2, 2)-entry of both sides and continue the above argument.