A Matrix Similar to a Diagonalizable Matrix is Also Diagonalizable

Diagonalization Problems and Solutions in Linear Algebra

Problem 213

Let $A, B$ be matrices. Show that if $A$ is diagonalizable and if $B$ is similar to $A$, then $B$ is diagonalizable.

 
LoadingAdd to solve later

Sponsored Links


Definitions/Hint.

Recall the relevant definitions.

  • Two matrices $A$ and $B$ are similar if there exists a nonsingular (invertible) matrix $S$ such that
    \[S^{-1}BS=A.\]
  • A matrix $A$ is diagonalizable if $A$ is similar to a diagonal matrix. Namely, $A$ is diagonalizable if there exist a nonsingular matrix $S$ and a diagonal matrix $D$ such that
    \[S^{-1}AS=D.\]

Some useful facts are

  • If $S$ and $T$ are invertible matrices, then we have
    \[(TS)^{-1}=S^{-1}T^{-1}.\] (Note the order of the product.)
  • A matrix is nonsingular if and only if its determinant is nonzero.

Proof.

Since the matrix $A$ is diagonalizable, there exist a nonsingular matrix $S$ and a diagonal matrix $D$ such that
\[S^{-1}AS=D. \tag{*}\] Also, since $B$ is similar to $A$, there exist a nonsingular matrix $T$ such that
\[T^{-1}BT=A. \tag{**}\]

Inserting the expression of $A$ from (**) into the equality (*), we obtain
\begin{align*}
D&=S^{-1}(T^{-1}BT)S\\
&=(S^{-1}T^{-1})B(TS)\\
&=(TS)^{-1}B(TS) \tag{***}.
\end{align*}


Now let us put $U:=TS$. Then the matrix $U$ is nonsingular.
(This is because we have
\[\det(U)=\det(TS)=\det(T)\det(S)\neq 0\] since $T$ and $S$ are nonsingular matrices, hence their determinants are not zero.)

Therefore from (***) we have
\[D=U^{-1}BU,\] where $D$ is a diagonal matrix and $U$ is a nonsingular matrix.
Thus $B$ is a diagonalizable matrix.


LoadingAdd to solve later

Sponsored Links

More from my site

  • Determine Whether Given Matrices are SimilarDetermine Whether Given Matrices are Similar (a) Is the matrix $A=\begin{bmatrix} 1 & 2\\ 0& 3 \end{bmatrix}$ similar to the matrix $B=\begin{bmatrix} 3 & 0\\ 1& 2 \end{bmatrix}$?   (b) Is the matrix $A=\begin{bmatrix} 0 & 1\\ 5& 3 \end{bmatrix}$ similar to the matrix […]
  • Two Matrices with the Same Characteristic Polynomial. Diagonalize if Possible.Two Matrices with the Same Characteristic Polynomial. Diagonalize if Possible. Let \[A=\begin{bmatrix} 1 & 3 & 3 \\ -3 &-5 &-3 \\ 3 & 3 & 1 \end{bmatrix} \text{ and } B=\begin{bmatrix} 2 & 4 & 3 \\ -4 &-6 &-3 \\ 3 & 3 & 1 \end{bmatrix}.\] For this problem, you may use the fact that both matrices have the same characteristic […]
  • How to Diagonalize a Matrix. Step by Step Explanation.How to Diagonalize a Matrix. Step by Step Explanation. In this post, we explain how to diagonalize a matrix if it is diagonalizable. As an example, we solve the following problem. Diagonalize the matrix \[A=\begin{bmatrix} 4 & -3 & -3 \\ 3 &-2 &-3 \\ -1 & 1 & 2 \end{bmatrix}\] by finding a nonsingular […]
  • Diagonalizable by an Orthogonal Matrix Implies a Symmetric MatrixDiagonalizable by an Orthogonal Matrix Implies a Symmetric Matrix Let $A$ be an $n\times n$ matrix with real number entries. Show that if $A$ is diagonalizable by an orthogonal matrix, then $A$ is a symmetric matrix.   Proof. Suppose that the matrix $A$ is diagonalizable by an orthogonal matrix $Q$. The orthogonality of the […]
  • Dimension of Null Spaces of Similar Matrices are the SameDimension of Null Spaces of Similar Matrices are the Same Suppose that $n\times n$ matrices $A$ and $B$ are similar. Then show that the nullity of $A$ is equal to the nullity of $B$. In other words, the dimension of the null space (kernel) $\calN(A)$ of $A$ is the same as the dimension of the null space $\calN(B)$ of […]
  • If Two Matrices are Similar, then their Determinants are the SameIf Two Matrices are Similar, then their Determinants are the Same Prove that if $A$ and $B$ are similar matrices, then their determinants are the same.   Proof. Suppose that $A$ and $B$ are similar. Then there exists a nonsingular matrix $S$ such that \[S^{-1}AS=B\] by definition. Then we […]
  • Quiz 13 (Part 1) Diagonalize a MatrixQuiz 13 (Part 1) Diagonalize a Matrix Let \[A=\begin{bmatrix} 2 & -1 & -1 \\ -1 &2 &-1 \\ -1 & -1 & 2 \end{bmatrix}.\] Determine whether the matrix $A$ is diagonalizable. If it is diagonalizable, then diagonalize $A$. That is, find a nonsingular matrix $S$ and a diagonal matrix $D$ such that […]
  • Determine All Matrices Satisfying Some Conditions on Eigenvalues and EigenvectorsDetermine All Matrices Satisfying Some Conditions on Eigenvalues and Eigenvectors Determine all $2\times 2$ matrices $A$ such that $A$ has eigenvalues $2$ and $-1$ with corresponding eigenvectors \[\begin{bmatrix} 1 \\ 0 \end{bmatrix} \text{ and } \begin{bmatrix} 2 \\ 1 \end{bmatrix},\] respectively.   Solution. Suppose […]

You may also like...

2 Responses

  1. 06/13/2017

    […] For a proof, see the post “A matrix similar to a diagonalizable matrix is also diagonalizable“. […]

  2. 06/13/2017

    […] For a proof, see the post “A matrix similar to a diagonalizable matrix is also diagonalizable“. […]

Please Login to Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Linear algebra problems and solutions
How to Diagonalize a Matrix. Step by Step Explanation.

In this post, we explain how to diagonalize a matrix if it is diagonalizable. As an example, we solve the...

Close