Finding A Matrix, given eigenvalues, and eigenvectors

Click For Summary
To find a matrix with eigenvalues 0, 18, and -18 corresponding to the eigenvectors (0,1,-1), (1,-1,1), and (0,1,1), the matrix P is constructed as P = [[0, 1, 0], [1, -1, 1], [-1, 1, 1]]. The diagonal matrix D is defined as D = [[0, 0, 0], [0, 18, 0], [0, 0, -18]]. The relationship A = PDP^-1 and D = P^-1AP holds, and the inverse of P is calculated as P^-1 = [[1, 1/2, -1/2], [1, 0, 0], [0, 1/2, 1/2]]. This method provides a straightforward approach to constructing the desired matrix A.
Laura1321412
Messages
23
Reaction score
0
Find a matrix that has eigenvalues 0,18,-18 with corresponding eigenvectors (0,1,-1), (1,-1,1), (0,1,1).

... I know the diagonlize rule, and the the rule to find a a power of A

A= PDP^-1
D=P^-1AP


... but i am lost as to how to contine... help please?
 
Physics news on Phys.org
Call you eigenvectors u1,u2,u3. Call your eigenvalues l1,l2,l3. Call you matrix A. I guess A is 3x3, so it has 9 coefficients.

You have 3 vector equations

Au1=l1u1
Au2=l2u2
Au3=l3u3

Consider the matrix coefficients a11,a12,a13, etc as unknowns. You have 3x3=9 linear equations for nine unknowns. Not too bad. There is a hope.

Of course there are other, more elegant methods. But this one is pretty straightforward.
 
It's not clear to me what you are asking. You say you have found the eigenvalues to be 0, 18, -18 with corresponding eigenvectors (0,1,-1), (1,-1,1), (0,1,1).

So your matrix P is given by
P= \begin{bmatrix} 0 & 1 & 0 \\ 1 & -1 & 1 \\ -1 & 1 & 1\end{bmatrix}
and D is
D= \begin{bmatrix}0 & 0 & 0 \\ 0 & 18 & 0 \\ 0 & 0 & -18\end{bmatrix}

Yes, it is true that A= PDP^{-1}, D= P^{-1}AP, and that A^n= PD^nP^{-1}.

Can you find P^{-1}?

It is
P^{-1}= \begin{bmatrix}1 & \frac{1}{2} & -\frac{1}{2} \\ 1 & 0 & 0 \\0 & \frac{1}{2} & \frac{1}{2}\end{bmatrix}.
 
Last edited by a moderator:
I am studying the mathematical formalism behind non-commutative geometry approach to quantum gravity. I was reading about Hopf algebras and their Drinfeld twist with a specific example of the Moyal-Weyl twist defined as F=exp(-iλ/2θ^(μν)∂_μ⊗∂_ν) where λ is a constant parametar and θ antisymmetric constant tensor. {∂_μ} is the basis of the tangent vector space over the underlying spacetime Now, from my understanding the enveloping algebra which appears in the definition of the Hopf algebra...

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 16 ·
Replies
16
Views
2K
Replies
5
Views
4K