MATH661 HW05 - Linear algebra analytical practice

Posted: 10/04/23

Due: 10/11/23, 11:59PM

While working on computational aspects in P01, homework will concentrate on analytical properties.

1Track 1

  1. Let λ,μ be distinct eigenvalues of 𝑨 symmetric, i.e., λμ, 𝑨=𝑨T, 𝑨𝒙=λ𝒙, 𝑨𝒚=μ𝒚. Show that 𝒙,𝒚 are orthogonal.

  2. Consider

    𝑨=[ -i -i 0 -i i 0 0 0 1 ].
    1. Is 𝑨 normal?

    2. Is 𝑨 self-adjoint?

    3. Is 𝑨 unitary?

    4. Find the eigenvalues and eigenvectors of 𝑨.

  3. Find the eigenvalues and eigenvectors of the matrix 𝑹3×3 expressing rotation around the z-axis (unit vector 𝒆3=[ 0 0 1 ]T).

  4. Find the eigenvalues and eigenvectors of the matrix 𝑹3×3 expressing rotation around the axis with unit vector l=13[ 1 1 1 ]T.

  5. Compute sin(𝑨t) for

    𝑨=[ 3 -9 2 -6 ].
  6. Compute cos(𝑨t) for

    𝑨=[ 5 -4 2 -1 ].
  7. Compute the SVD of

    𝑨=[ 1 -2 -3 6 ]

    by finding the eigenvalues and eigenvectors of 𝑨𝑨T, 𝑨T𝑨.

  8. Find the eigenvalues and eigenvectors of 𝑨m×m with elements aij=1 for all 1i,jm. Hint: start with m=1,2,3 and generalize.

2Track 2

  1. Prove that 𝑨m×m is normal if and only if it has m orthonormal eigenvectors.

  2. Prove that 𝑨m×m symmetric has a repeated eigenvalue if and only if it commutes with a non-zero skew-symmetric matrix 𝑩.

  3. Prove that every positive definite matrix 𝑲m×m has a unique square root 𝑩, 𝑩 positive definite and 𝑩2=𝑲.

  4. Find all positive definite orthogonal matrices.

  5. Find the eigenvalues and eigenvectors of a Householder reflection matrix.

  6. Find the eigenvalues and eigenvectors of a Givens rotation matrix.

  7. Prove or state a counterexample: If all eigenvalues of 𝑨 are zero then 𝑨=𝟎.

  8. Prove: A hermitian matrix is unitarily diagonalizable and its eigenvalues are real.