Steps to Diagonalize a Matrix
Step 4: Construct the Diagonal Matrix D
- Dont Know what a Diagonal Matrix is? Click Here
- To construct the Diagonal Matrix place the eigenvalues of the original matrix A along its main diagonal
- All other entries in D are zeros.
- λ1 = 5 and λ2 = 1 therefore we construct the matrix D as follows
\[\Large
\textcolor{purple}{D} =
\begin{bmatrix}
\textcolor{red}{1} & 0 \\
0 & \textcolor{blue}{-5}
\end{bmatrix}
\]
note: The order of the eigenvalues in D must match the order of their corresponding eigenvectors in P
Which of the following statements correctly describes the construction of the diagonal matrix D?