MHB Shelby's question at Yahoo Answers (Finding P with P^{-1}AP=D)

  • Thread starter Thread starter Fernando Revilla
  • Start date Start date
AI Thread Summary
The discussion centers on solving a linear algebra problem involving a specific 3x3 matrix A. The characteristic polynomial is computed as χ(λ) = (-λ + 2)(λ + 1)², leading to eigenvalues of λ = 2 (simple) and λ = -1 (double). Corresponding eigenvectors are found, with a basis for the eigenspace of λ = 2 being B₂ = {(1, 1, 1)} and for λ = -1 being B₋₁ = {(-1, 1, 0), (-1, 0, 1)}. Finally, the diagonal matrix D and the invertible matrix P are provided, confirming that D = P⁻¹AP holds true. This analysis effectively demonstrates the process of diagonalization for the given matrix A.
Fernando Revilla
Gold Member
MHB
Messages
631
Reaction score
0
Here is the question:

Let A be the real 3x3-matrix A =
0 1 1
1 0 1
1 1 0

(a) Compute the characteristic polynomial of A.
(b) Compute the eigenvalues of A.
(c) Compute the corresponding eigenvectors.
(d) Give a diagonal matrix D and an invertible matrix P such that D = (P^-1)AP.

Here is a link to the question:

Eigenvalues and eigenvectors question? - Yahoo! Answers

I have posted a link there to this topic so the OP can find my response.
 
Mathematics news on Phys.org
Hello Shelby,

$(a)$ Using the transformations $R_2\to R_2-R_1$, $R_3\to R_3-R_1$ and $C_1\to C_1+C_2+C_3$ we get the characteistic polynomial: $$\begin{aligned}
\chi(\lambda)&=\begin{vmatrix}{-\lambda}&{\;\;1}&{\;\;1}\\{\;\;1}&{-\lambda}&{\;\;1}\\{\;\;1}&{\;\;1}&{-\lambda}\end{vmatrix}\\&=\begin{vmatrix}{-\lambda}&{\;\;1}&{\;\;1}\\{\;\;1+\lambda}&{-\lambda}-1&{\;\;0}\\{\;\;1+\lambda}&{\;\;0}&{-\lambda-1}\end{vmatrix}\\&=\begin{vmatrix}{-\lambda+2}&{\;\;1}&{\;\;1}\\{\;\;0}&{-\lambda}-1&{\;\;0}\\{\;\;0}&{\;\;0}&{-\lambda-1}\end{vmatrix}\\&=(-\lambda+2)(\lambda+1)^2
\end{aligned}$$ $(b)$ Eigenvalues: $(-\lambda+2)(\lambda+1)^2=0$, so we get $\lambda=2$ (simple) and $\lambda=-1$ (double).
$(c)$ The eigenvectors are: $$\ker (A-2I)\equiv \left \{ \begin{matrix}-2x_1+x_2+x_3=0\\x_1-2x_2+x_3=0\\x_1+x_2-2x_3=0\end{matrix}\right. $$ As $\lambda=2$ is simple, $\dim(\ker(A-2I))=1$ and easily we find a basis of this eigenspace: $B_2=\{(1,1,1)\}$. On the other hand: $$\ker (A+I)\equiv \left \{ \begin{matrix}x_1+x_2+x_3=0\\x_1+x_2+x_3=0\\x_1+x_2+x_3=0\end{matrix}\right.$$ Now, $\dim(\ker(A+I))=3-\mbox{rank }(A+I)=3-1=2$ and easily we find a basis of this eigenspace: $B_{-1}=\{(-1,1,0),(-1,0,1)\}$.

$(d)$ As a consequence of $(c)$:
$$D=\begin{bmatrix}{2}&{\;\;0}&{\;\;0}\\{0}&{-1}&{\;\;0}\\{0}&{\;\;0}&{-1}\end{bmatrix}\;,\quad P=\begin{bmatrix}{1}&{-1}&{-1}\\{1}&{\;\;1}&{\;\;0}\\{1}&{\;\;0}&{\;\;1} \end{bmatrix}$$ We can verify the result proving that $AP=PD$ (which implies $P^{-1}AP=D$).
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top