Questions tagged [diagonalization]

For questions about matrix diagonalization. Diagonalization is the process of finding a corresponding diagonal matrix for a diagonalizable matrix or linear map. This tag is NOT for diagonalization arguments common to logic and set theory.

A square matrix $A$ is diagonalisable if there is an invertible matrix $P$ such that $P^{-1}AP$ is a diagonal matrix. One can view $P$ as a change of basis matrix so that, if $A$ is viewed as the standard matrix of a linear map $T$ from a vector space to itself in some basis, it is equivalent to say there exists an ordered basis such that the standard matrix of $T$ is diagonal. Diagonal matrices present the eigenvalues of the corresponding linear transformation along its diagonal. A square matrix that is not diagonalizable is called defective.

Not every matrix is diagonalisable over $\mathbb{R}$ (i.e. only allowing real matrices $P$). For example, $$\begin{pmatrix} 0 & -1 \\ 1 & 0 \end{pmatrix}$$

Diagonalization can be used to compute the powers of a matrix $A$ efficiently, provided the matrix is diagonalizable.

Diagonalization Procedure :

Let $A$ be the $n×n$ matrix that you want to diagonalize (if possible).

  • Find the characteristic polynomial $p(t)$ of $A$.
  • Find eigenvalues $λ$ of the matrix $A$ and their algebraic multiplicities from the characteristic polynomial $p(t)$.
  • For each eigenvalue $λ$ of $A$, find a basis of the eigenspace $E_λ$. If there is an eigenvalue $λ$ such that the geometric multiplicity of $λ$, $dim(E_λ)$, is less than the algebraic multiplicity of $λ$, then the matrix $A$ is not diagonalizable. If not, $A$ is diagonalizable, and proceed to the next step.

  • If we combine all basis vectors for all eigenspaces, we obtained $n$ linearly independent eigenvectors $v_1,v_2,…,v_n$.

  • Define the nonsingular matrix $$P=[v_1\quad v_2\quad …\quad v_n]$$
  • Define the diagonal matrix $D$, whose $(i,i)$-entry is the eigenvalue $λ$ such that the $i^{th}$ column vector $v_i$ is in the eigenspace $E_λ$.
  • Then the matrix A is diagonalized as $$P^{−1}AP=D$$

References:

Diagonal Matrix on Wikipedia

Matrix Diagonalization on Wolfram MathWorld

2484 questions
1
vote
0 answers

Is right diagonalizability equivalent to left diagonalizability?

I already know that, for a given complex square matrix, the right eigenvalues are also left eigenvalues, with same algebric multiplicity. But what about geometric multiplicity? I'm searching for a proof that, if the right eigenvectors form a basis,…
ygh
  • 121
1
vote
1 answer

Diagonal matrix left and right independent eigenvectors

Let $A$ be diagonalizable. Let $x_{1},\cdots,x_{n}$ $\in C^{n}$ be $n$ linearly independent right eigenvectors, i.e., $Ax_{i} = \lambda_{i}x_{i}$; and $y_{1},\cdots,y_{n}$ $\in C^{n}$ be $n$ linearly independent left eigenvectors, i.e.,$y^{T}_{i}A =…
1
vote
2 answers

Prove diagonalizability of operator $T$

I got homework to prove some question and after almost 5 hours I gave up. The questions are: 1) operator $T : \Bbb R^n\to \Bbb R^n$, prove that $\operatorname{Im}(T)∩ \operatorname{Ker}(T)={0}.$ 2) prove or disprove : Linear operator $T : \Bbb R^n…
1
vote
1 answer

Diagonalizing a matrix with complex numbers

hope everyone is doing well. I'm a bit stuck on the following problem: $T: C^2 \rightarrow C^2$, where $T$ is defined by $T(x,y)=(2x + (3-3i)y, (3+3i)x + 5y$ So I perform the usual calculations to diagonalize the matrix, right up until I find that…
Jake S
  • 129
1
vote
0 answers

Problem in working out a question related to diagonalisation of matrices.

The question is : Let $A$ be an $n \times n$ diagonalisable matrix whose eigen values are $1,3,6$ with some unknown multiplicity.Is the matrix $2A^2-A+23I$ diagonalisable? I dont find any proper way to proceed.Please help me. Thank you in…
1
vote
1 answer

When to move lines in diagonalization?

In diagonalisation and, I think, generally speaking, why are we able to change lines of $A-\lambda I$ and not those of $A$? Is it because when the search for the eigen values of $A$ we assume that we are solving a system of linear eauations where…
1
vote
0 answers

Need help on Linear algebra diagonalization

Find a similarity transformation which diagonalizes the matrix $$ A=\begin{bmatrix}-2 & 2 &-3 \\ 2 &1& -6\\ - 1 &-2 & 0\end{bmatrix}. $$ Diagonalize the matrix $$ A=\begin{bmatrix}10 & -2 &-5 \\ -2 &2 & 3\\ -5 &3 & 5\end{bmatrix} $$ by orthogonal…
Stitch
  • 11
1
vote
1 answer

Why do we want the diagonalizing transformation matrix unitary?

In general for a matrix $A$, we have $P^{-1}AP = D$ $P$ can be computed easily as they are formed from eigenvectors. But sometimes we want $U^{-1}AU = D$, where $U$ is unitary. Why do we want $U$ when we have $P$ which can be computed more easily?
Ka Wa Yip
  • 938
0
votes
2 answers

If the multiplication of matrices symmetric matrix, then they can be diagonalized

If the matrix C is the result of the multiplication of matrices A and B, and if is C symmetric matrix, then the matrices A and B can be diagonalized. Is this statement always correct? If so, why?
0
votes
2 answers

Diagonalization of Block Matrices

Let $n>1$ and $A_1,A_2,A_3 \in M_n(F)$. Let $A$=\begin{bmatrix}A_{1}&A_{2}\\0_{n}&A_{3}\\\end{bmatrix} Prove the following. 1.) If $A_1$ and $A_3$ are diagonalizable, then $A$ is diagonalizable.(Does the converse of this is true?) 2.) If $\lambda$…
0
votes
1 answer

Commuting and diagonalizable endomorphisms

If $f, g \in End(V)$ are diagonalizable and commuting, then how to prove that also $f \ \omicron \ g$ and $ f \pm g$ are diagonalizable? I tried to use that $f, g$ are simultaneously diagonalizbale, but i didn't find a solution.
Tartulop
  • 543
  • 2
  • 8
0
votes
1 answer

Orthogonal diagonalization

Is there going to be a similarity in orthogonal diagonalization of these matrixes?? $$ \begin{matrix} 3 & 1 & \\ 1 & 3 & \\ \\ \end{matrix} $$ $$ \begin{matrix} 3 & 1 & 1 & 1 \\ 1 & 3 & 1 & 1\\ 1 & 1 & 3 & 1\\ 1 &…
0
votes
2 answers

complex eigenvalue of self-adjoint matrix

I have to diagonalize self-adjoint matrix above. But I cannot solve the characteristic polynomial, which is cubic equation with not noticeable factor. So when I insert that equation into wolfram alpha, it gives complex value. But thats…
Septacle
  • 461
0
votes
1 answer

Is it always possible to make a non-diagonalizable matrix diagonalizable by row scaling only?

Suppose $A\in \mathbb{R}^{n\times n}$ is a non-diagonalizable matrix and, if $A\in \mathbb{R}^{n\times n}$ is singular, zero eigenvalue is simple, is it always possible to find a diagonal matrix $D\in \mathbb{R}^{n\times n}$ with nonzero diagonal…
0
votes
0 answers

Not being diagonalisable condition

Let $$A = \begin{pmatrix} -1 & 2 & -2 \\ 5 & -1 & 6 \\ 6 & -2 & 7 \end{pmatrix}$$. The matrix $A$ has eigenvalues $5, \pm i$. Now I know that $A$ is only diagonalisable over $\mathbb{C}$, and not diagonalisable over $\mathbb{R}$, since we only have…