3. Matrix Diagonalization

Steps to Diagonalize a Matrix

  • 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
Eigenvectors and Matrix P
\[\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


MCQ on Matrix Diagonalization

Which of the following statements correctly describes the construction of the diagonal matrix D?

Pages: 1 2 3 4 5 6