Homework due Class 6.
1. Let A be the matrix
[ 3 | 1 ] |
[ 2 | 1 ] |
[ a11 | 0 | 0 | 0 | ... | 0 |
[ 0 | a22 | 0 | 0 | ... | 0 ] |
.............................. | |||||
[ 0 | 0 | 0 | 0 | ... | ann ] |
[ 1 | 0 | 1 ] |
[ 1 | 1 | 0 ] |
[ 0 | 1 | 1 ] |
I recommend everybody to look at the solutions. In particular, I tried to show what it means to justify every step.
Typical mistakes in solving these homework problems are:
Homework due Class 7.
1. (Cayley-Hamilton theorem for 2 by 2 matrices):
Let
A = | [ a | b ] |
[ c | d ] |
Here I is the identity matrix:
I = | [ 1 | 0 ] |
[ 0 | 1 ] |
2. Use problem 1 to show that if A is a 2 by 2 matrix and An=0 (the zero 2 by 2 matrix) for some natural number n then A2=0. (Hint: Rewrite the equality in Problem 1 in the form:
where a and b are scalars. Deduce, using one of the Problems from the previous assignment that if b is not 0 then A is invertible. Using another Problem from the previous assignment deduce that if A is invertible then An cannot be equal to 0 for any n, so b must be 0. Then prove that a=0. In order to do that, multiply the equality A2=aA by A(n-2). Thus A2=0*A+0=0.)
3. Find a square 3 by 3 matrix A such that A3 is zero but A2 is not zero.
4. (Bonus, 20 points). Prove that if A is a 3 by 3 matrix and An=0 for some number n then A3=0.
Homework due Class 8.
[ 1 | 0 | 1 ] |
[ 0 | 1 | 1 ] |
[ 1 | 1 | 0 ] |
as a product of elementary matrices.
Bonus problem (10 points). Prove that if A is a square matrix of order n such that AB=BA for every square matrix B of order n then A=xIn for some number x.
Bonus problem (10 points). Represent the n by n matrix:
[ 2 | 1 | 1 | 1 | ... | 1 ] |
[ 1 | 2 | 1 | 1 | ... | 1 ] |
[ 1 | 1 | 2 | 1 | ... | 1 ] |
........................................ | |||||
[ 1 | 1 | 1 | 1 | ... | 2 ] |
(this matrix has 2 on the diagonal and 1 everywhere else) as a product of elementary matrices.
Homework due Class 9.
x+2y+4z+8t = 1 x+3y+9z+27t = 2 x+4y+16z+64t = 3 x+5y+25z+125t = 4
Do not use the "inverse" operation in Maple, use the algorithm described in the notes (or in the html-book).
[ 1 | 9 ] |
[ 9 | 1 ] |
cannot be represented in the form A*AT where A is a square matrix which
has only real (not arbitrary complex) entries. Hint: suppose that this matrix
is equal to A*AT for some matrix
A = | [ a | b ] |
[ c | d ] |
Comparing the entries of A*AT and the entries of the original matrix, show that these a,b,c,d must satisfy 4 equations. Then show that this system of equations does not have real solutions (use the fact that |x+y| does not exceed |x|+|y| for all x and y, here |x| is the absolute value of x). This will mean that A does not exist.
Homework due Class 10.
[ 1 | 2 | 3 ] |
[ 2 | 3 | 4 ] |
[ 4 | 5 | 6 ] |
The "proof" homework due Class 12.
[ 0 | 1 | 1 | ... | 1 | 1 | 1 ] |
[ 1 | 0 | 1 | ... | 1 | 1 | 1 ] |
...................................... | ||||||
[ 1 | 1 | 1 | ... | 1 | 1 | 0 ] |
Bonus problem. 10 points. Due Class 12. Prove the third Theorem about symmetric matrices.
Bonus problem. 10 points. Due Class 12. Prove the
Theorem
about the sign of a permutation.