MA 265 Final Exam
- Thursday, 8/2
- 3:30pm-5:30pm
- FRNY G140
- 20 multiple choice problems
- Covers all lessons
- no special emphasis on material since exam 2
If \( A \) is symmetric (\( A^T = A \)) then \( A = PDP^{-1} = PDP^T \) where \( P \) is an orthogonal matrix whose columns are orthonormal eigenvectors of \( A \) and \( D \) is a diagonal matrix with the eigenvalues on the main diagonal.
Note: \( \lambda = 1 \) is a repeated eigenvalue (\( 1, 1, 4 \)).
Solving \( (A - \lambda I)\vec{v} = \vec{0} \):
\( x_2 \) is free, \( x_3 \) is free. From the first row: \( x_1 = x_2 - x_3 \).
For the eigenvalue λ = 4, we consider the following matrix reduction:
Normalize the vectors:
Make \( \vec{u}_2 \) orthogonal to the rest using the Gram-Schmidt process:
Normalize the resulting vector:
Constructing matrices \( P \) and \( D \):
If \( A \) is symmetric, then \( (A\vec{x}) \cdot \vec{y} = \vec{x} \cdot (A\vec{y}) \).
If \( A \) is symmetric, then \( A = A^T \).
If \( A \) is symmetric, \( A^2 \) is symmetric.
Why?
\( A = A^T \)
What about \( A^3 \)?
If \( A \) is orthogonally diagonalizable and invertible, then \( A^{-1} \) is also orthogonally diagonalizable.
Note: \( D^{-1} \) is also diagonal
e.g. \( D = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3 \end{bmatrix} \)
Where \( D^{-1} = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1/2 & 0 \\ 0 & 0 & 1/3 \end{bmatrix} \)
The set of eigenvalues of \( A \) is called the spectrum of \( A \).
If \( A \) is orthogonally diagonalizable, then:
If \( A \) is \( n \times n \), then \( \vec{u}_i \) is \( n \times 1 \) and \( \vec{u}_i \vec{u}_i^T \) is \( n \times n \).
Note: The term \( \vec{u}_1 \vec{u}_1^T \vec{x} \) represents the projection of \( \vec{x} \) onto the subspace spanned by \( \vec{u}_1 \).
\( \lambda_1 = 13, \quad \vec{u}_1 = \begin{bmatrix} -2/3 \\ -1/3 \\ 2/3 \end{bmatrix} \)
\( \lambda_2 = 7, \quad \vec{u}_2 = \begin{bmatrix} 1/3 \\ 2/3 \\ 2/3 \end{bmatrix} \)
\( \lambda_3 = 1, \quad \vec{u}_3 = \begin{bmatrix} -2/3 \\ 2/3 \\ -1/3 \end{bmatrix} \)