Find a Matrix P that diagonalizes A

  • Thread starter Thread starter mpittma1
  • Start date Start date
  • Tags Tags
    Matrix
mpittma1
Messages
55
Reaction score
0

Homework Statement


Find a Matrix P that diagonalizes A


Homework Equations



A = <br /> \begin{pmatrix}<br /> 2 &amp; 0 &amp; -2\\<br /> 0 &amp; 3 &amp; 0\\<br /> 0 &amp; 0 &amp; 3<br /> \end{pmatrix}<br />

The Attempt at a Solution




Well right off the bat we know that this is an upper triangular matrix so the eigenvalues are the entries along the main diagonal of A.

So λ = 2, 3, 3

But if an n x n matrix A has n distinct eigenvalues, then A is diagonalizable.

In this case we only have 2 distinct eigenvalue so it shouldn't be diagonalizable...

But the answer is:
P = <br /> \begin{pmatrix}<br /> -2 &amp; 0 &amp; 1\\<br /> 0 &amp; 1 &amp; 0\\<br /> 1 &amp; 0 &amp; 0<br /> \end{pmatrix}<br />


What is the proper way to start the problem to find this matrix P?

Thank You for any help in advance.
 
Physics news on Phys.org
mpittma1 said:

Homework Statement


Find a Matrix P that diagonalizes A


Homework Equations



A = <br /> \begin{pmatrix}<br /> 2 &amp; 0 &amp; -2\\<br /> 0 &amp; 3 &amp; 0\\<br /> 0 &amp; 0 &amp; 3<br /> \end{pmatrix}<br />

The Attempt at a Solution




Well right off the bat we know that this is an upper triangular matrix so the eigenvalues are the entries along the main diagonal of A.

So λ = 2, 3, 3

But if an n x n matrix A has n distinct eigenvalues, then A is diagonalizable.

In this case we only have 2 distinct eigenvalue so it shouldn't be diagonalizable...

But the answer is:
P = <br /> \begin{pmatrix}<br /> -2 &amp; 0 &amp; 1\\<br /> 0 &amp; 1 &amp; 0\\<br /> 1 &amp; 0 &amp; 0<br /> \end{pmatrix}<br />


What is the proper way to start the problem to find this matrix P?

Thank You for any help in advance.
If you check, you'll see that the eigenspace of λ = 3 is of dimension 2, so there are two eigenvectors for this eigenvalue.

When a matrix has repeated eigenvalues, there is some terminology that distinguishes between algebraic multiplicity vs. geometric multiplicity. I think this matrix is a case of geometric multiplicity.

To find your matrix P, the important thing is to get three linearly independent eigenvectors, not whether there are three distinct eigenvalues.
 
  • Like
Likes 1 person
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top