Download Homework 5 - UMass Math

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Matrix completion wikipedia , lookup

System of linear equations wikipedia , lookup

Capelli's identity wikipedia , lookup

Linear least squares (mathematics) wikipedia , lookup

Rotation matrix wikipedia , lookup

Eigenvalues and eigenvectors wikipedia , lookup

Four-vector wikipedia , lookup

Fourier transform wikipedia , lookup

Principal component analysis wikipedia , lookup

Matrix (mathematics) wikipedia , lookup

Jordan normal form wikipedia , lookup

Singular-value decomposition wikipedia , lookup

Non-negative matrix factorization wikipedia , lookup

Perron–Frobenius theorem wikipedia , lookup

Orthogonal matrix wikipedia , lookup

Matrix calculus wikipedia , lookup

Determinant wikipedia , lookup

Gaussian elimination wikipedia , lookup

Cayley–Hamilton theorem wikipedia , lookup

Matrix multiplication wikipedia , lookup

Transcript
Math 545
Homework # 5: due Mar 22, 2017
1. For an n × n Fourier matrix F :
(a) calculate F F , and use this to find F −1 ;
(b) find a permutation of the columns of F that produces F , so that F P = F ;
(c) use these to find F 2 and F 4 .
2. Let w be a primitive sixth root of unity, w6 = 1. Then w2 is a cube root. Factorize the
Fourier matrix F6 into the block form
I D
F3 0
F6 =
P,
I −D
0 F3
where P is a permutation matrix; express D and F3 using powers of w.
3. Compute y = F8 c by the three steps of the Fast Fourier Transform, for each of c =
(1, 0, 1, 0, 1, 0, 1, 0) and c = (0, 1, 0, 1, 0, 1, 0, 1).
4. For any n, find the determinant of the permutation matrix Pn with 1s on the reverse
diagonal:


0 0 0 1
 0 0 1 0 

P4 = 
 0 1 0 0 .
1 0 0 0
5. Calculate the determinant of the 4 × 4 Vandermonde

1 a a 2 a3
 1 b b2 b3
V4 = 
 1 c c2 c3
1 d d2 d3
matrix,


.
