New Reply

Diagonalize Matrix, Given an Eigenvalue and Eigenvector

 
Share Thread Thread Tools
Nov25-10, 04:01 PM   #1
 

Diagonalize Matrix, Given an Eigenvalue and Eigenvector


1. The problem statement, all variables and given/known data

[tex]\begin{bmatrix}
-7 && -16 && 4\\
6 && 13 && -2\\
12 && 16 && 1
\end{bmatrix}[/tex]

Diagonalize the matrix (if possible), given that one eigenvalue is 5, and that one eigenvector is {-2, 1, 2}


2. Relevant equations

[tex]A=PDP^{-1}[/tex]

3. The attempt at a solution

If I were allowed to simply calculate the eigenvalues and corresponding eigenvectors, I'd be able to determine if it's diagonalizable and if so, to diagonalize it. The problem here is that I have to go only on the provided information.

I'm stuck regarding how to proceed with this question. Where do I start?

Thanks!
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Nov25-10, 06:23 PM   #2
 
Mentor
Start by finding the eigenvalue associated with the given eigenvector and determining what system of equations the eigenvector for λ=5 has to satisfy.
 
Nov25-10, 08:43 PM   #3
 
Oh! I just read the question wrong. I assumed that the eigenvector provided was in the eigenspace of the provided eigenvalue. That probably means there will be two eigenvalues, and one of them will have an algebraic multiplicity of 2.

I'll give it a shot and see if that works. Thanks. :)

Edit:

Well that was easy! Perhaps I should spend more time reading these questions :P

Thanks!
 
Nov26-10, 07:59 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Diagonalize Matrix, Given an Eigenvalue and Eigenvector


Quote by BraedenP View Post
Oh! I just read the question wrong. I assumed that the eigenvector provided was in the eigenspace of the provided eigenvalue.
Well, that obviously is NOT true because (-7)(-2)+ (-16)(1)+ (4)(2)= 14- 16+ 8= 6, not -10.

That probably means there will be two eigenvalues, and one of them will have an algebraic multiplicity of 2.

I'll give it a shot and see if that works. Thanks. :)

Edit:

Well that was easy! Perhaps I should spend more time reading these questions :P

Thanks!
Why did you say "If I were allowed to simply calculate the eigenvalues and corresponding eigenvectors"? There is nothing in the statement of the problem that prohibits that. The characteristic equation is cubic and knowing one solution allows you to reduce it to a quadratic.
 
Nov26-10, 10:05 AM   #5
 
Quote by HallsofIvy View Post
Well, that obviously is NOT true because (-7)(-2)+ (-16)(1)+ (4)(2)= 14- 16+ 8= 6, not -10.


Why did you say "If I were allowed to simply calculate the eigenvalues and corresponding eigenvectors"? There is nothing in the statement of the problem that prohibits that. The characteristic equation is cubic and knowing one solution allows you to reduce it to a quadratic.
Regarding your first point, I didn't actually calculate anything; I just took it by assumption (yes, bad.. I know) that the eigenvector and value were associated.

Regarding the second point, we were explicitly told not to calculate eigenvalues using the characteristic equation.

But it's all good now. Thanks :)
 
New Reply

Tags
diagonalize, eigenspace, eigenvalue, eigenvector, matrix
Thread Tools


Similar Threads for: Diagonalize Matrix, Given an Eigenvalue and Eigenvector
Thread Forum Replies
Eigenvalue/Eigenvector by Inspection Precalculus Mathematics Homework 2
Eigenvalue/Eigenvector proof Calculus & Beyond Homework 3
Eigenvector and eigenvalue Calculus & Beyond Homework 0
Need Help On Eigenvalue and Eigenvector Precalculus Mathematics Homework 25
Eigenvalue and Eigenvector General Math 7