Diagonalizing a Matrix A: The Definition and Process Explained

  • Thread starter Jhenrique
  • Start date
In summary: It is not diagonalizable.In summary, a matrix A can be rewritten in the form A = BDB^{-1} if and only if it is diagonalizable, meaning it has a complete set of eigenvectors. The matrix B is constructed by taking the eigenvectors of A as columns, and B^{-1} is the inverse of B. However, not every matrix is diagonalizable, as some may have repeated eigenvalues without a complete set of eigenvectors.
  • #1
Jhenrique
685
4
Given a matrix A, is possible to rewrite A like:

##A = B D B^{-1}##

##
\begin{bmatrix}
a_{11} & a_{12} \\
a_{21} & a_{22} \\
\end{bmatrix}
=
\begin{bmatrix}
?_{11} & ?_{12} \\
?_{21} & ?_{22} \\
\end{bmatrix}

\begin{bmatrix}
\lambda_{1} & 0 \\
0 & \lambda_{2} \\
\end{bmatrix}

\begin{bmatrix}
?_{11} & ?_{12} \\
?_{21} & ?_{22} \\
\end{bmatrix}^{-1}
##

(if A is diagonalizable)

Being ##\lambda_i## the i-th root of the characterisc polynomial of A.

But, what is the definition of the matrix B in terms of A?
 
Physics news on Phys.org
  • #2
I believe you are asking if every matrix is "diagonalizable". The answer to that is "not every matrix"! A matrix is diagonalizable if and only if it has a "complete set" of eigenvectors. That is, an n by n matrix is diagonalizable if and only if it has a set of n independent eigenvectors. Since eigenvectors corresponding to distinct eigenvalues are always independent, if all eigenvalues of a matrix are distinct then it is diagonalizable. But a matrix with repeated eigenvalues may still be diagonalizable.

If A has n independent eigenvectors, then we can construct the matrix B having the eigenvectors of A as columns. Since the eigenvectors are independent, B is invertible and then we have [itex]A= BDB^{-1}[/itex].

The matrix [itex]\begin{bmatrix}8 & -3 \\ 10 & -3\end{bmatrix}[/itex] has eigenvalues 2 and 3. Eigenvectors corresponding to eigenvalue 2 are multiples of [itex]\begin{bmatrix}1 \\ 2\end{bmatrix}[/itex] and eigenvectors corresponding to eigenvalue 3 are multiples of [itex]\begin{bmatrix}3 \\ 5 \end{bmatrix}[/itex]. So if we let [itex]B= \begin{bmatrix}1 & 3 \\ 2 & 5\end{bmatrix}[/itex], we have [itex]B^{-1}= \begin{bmatrix}-5 & 3 \\ 2 & -1\end{bmatrix}[/itex].

And then [tex]BDB^{-1}= \begin{bmatrix}1 & 3 \\ 2 & 5\end{bmatrix}\begin{bmatrix}2 & 0 \\ 0 & 3\end{bmatrix}\begin{bmatrix}-5 & 3 \\ 2 & -1\end{bmatrix}= \begin{bmatrix}8 & -3 \\ -10 & -3\end{bmatrix}[/tex]

But, again, not every matrix is diagonalizable. The matrix [itex]\begin{bmatrix}1 & 1 \\ 0 & 1\end{bmatrix}[/itex] has 1 as a double eigenvalue but the only eigenvectors are the multiples of [itex]\begin{bmatrix}1 \\ 0 \end{bmatrix}[/itex].
 
Last edited by a moderator:
  • Like
Likes 1 person

1. What does it mean to "diagonalize" a matrix?

Diagonalizing a matrix means to transform it into a diagonal matrix, which is a special type of matrix where all the elements are zero except for the ones on the main diagonal. This simplifies the matrix and makes it easier to perform calculations and solve problems.

2. What is the process for diagonalizing a matrix?

To diagonalize a matrix, you need to find the eigenvalues and eigenvectors of the matrix. Then, you use these eigenvectors to create a transformation matrix, which will transform the original matrix into a diagonal matrix. The transformation matrix is the inverse of the eigenvector matrix, and it is used to "diagonalize" the original matrix.

3. How do you find the eigenvalues and eigenvectors of a matrix?

To find the eigenvalues and eigenvectors of a matrix, you need to solve the characteristic equation or polynomial of the matrix. This involves finding the roots or solutions of the equation, which will give you the eigenvalues. Then, you can plug these eigenvalues back into the original matrix to solve for the corresponding eigenvectors.

4. Why is diagonalizing a matrix useful?

Diagonalizing a matrix can be useful in a variety of mathematical and scientific applications. It simplifies the matrix and makes it easier to perform calculations and solve problems. It also reveals important information about the matrix, such as its eigenvalues and eigenvectors, which can be used in other calculations and analyses.

5. Can any matrix be diagonalized?

No, not all matrices can be diagonalized. A matrix can only be diagonalized if it has a complete set of linearly independent eigenvectors. This means that the matrix must have a full set of eigenvectors, and these eigenvectors cannot be linear combinations of each other. If a matrix does not have these properties, it cannot be diagonalized.

Similar threads

  • Linear and Abstract Algebra
Replies
12
Views
2K
  • Linear and Abstract Algebra
Replies
8
Views
761
  • Linear and Abstract Algebra
Replies
10
Views
108
Replies
24
Views
1K
Replies
27
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
3
Views
1K
Replies
34
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
835
  • Linear and Abstract Algebra
Replies
9
Views
1K
Back
Top