Week 4: Preparation#

Reading Material#

  • Review: We recommend that you review the Mathematics 1a curriculum on diagonalization

  • Reading: In Chapter 1, read Examples 1.4.5 through 1.4.8. Read the rest of Chapter 2, so Sections 2.7 through 2.9

  • Python: Demo 4

Key Concepts#

Long Day will cover:

  • Quadratic equations of elliptic and hyperbolic geometry

  • Symmetric and Hermitian matrices

  • The spectral theorem

  • Diagonalization

  • Orthogonal diagonalization

  • Reduction of quadratic forms

Short Day is dedicated to Theme 2: Data Matrices and Dimensional Reduction.


Preparatory Exercises#

I: Identifying Type of Matrix#

Consider a \(2\times 2\) matrix given by:

\[\begin{equation*} A = \begin{bmatrix} 2 & 1-i \\ 1+i & 3 \end{bmatrix}. \end{equation*}\]
  1. Is \(A\) symmetric?

  2. Is \(A\) Hermitian?

  3. Is \(A\) normal?

II: Diagonalization of a Symmetric \(2\times 2\) Matrix#

Consider the real symmetric matrix

\[\begin{equation*} B = \begin{bmatrix} 2 & 1 \\ 1 & 2 \end{bmatrix}. \end{equation*}\]
  1. Find the eigenvalues of \(B\).

  2. Find for each eigenvalue an associated eigenvector.

  3. Normalize the eigenvectors.

  4. Show that \(B\) is orthogonally diagonalizable.