New Reply

Orthogonally diagonalizing the matrix

 
Share Thread Thread Tools
Jan31-09, 08:44 PM   #1
 

Orthogonally diagonalizing the matrix


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

This is for linear algebra/matrix:

Orthogonally diagonalize this matrix A by finding an orthogonal matrix Q and a diagonal matrix D such that QTAQ = D

A =
[ 1 2 2 ]
[ 2 1 2 ]
[ 2 2 1 ]

2. Relevant equations

(A - [tex]\lambda[/tex]I ) = 0

3. The attempt at a solution

D =
[5 0 0 ]
[0 -1 0 ]
[0 0 -1 ]

characteristic equation : -[tex]\lambda[/tex]3 + [tex]\lambda[/tex]2 + 9[tex]\lambda[/tex] + 5 = 0

[tex]\lambda[/tex] = 5, -1, -1 (I got these after factoring the characteristic equation)

when [tex]\lambda[/tex] = 5, I got v1 = [ 1 1 1 ]

Then I'm almost done but I got stuck when trying to find v2 and v3 when [tex]\lambda[/tex] = -1 because when I tried to do it, it turned out weird (it turned into a zero matrix!):
[ 0 0 0 ]
[ 0 0 0 ]
[ 0 0 0 ]

So I think it means that x1 , x2 and x3 are all free variables for v2 and v3 , but if that's the case, then how can I make v1 v2 v3 into an orthogonal matrix if they're not independent?!?! I almost got it but I've no idea what to do now! Does this mean that it is not possible to orthogonally diagonalize it?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Jan31-09, 09:38 PM   #2
 
Ok, I'm pretty sure I got it but I still have a problem.
[edit] sorry for making it complicated earlier.
I'll dumb down my problem:

I need help seeing that this matrix
[ 1 1 1 ]
[ 1 1 1 ]
[ 1 1 1 ]

have these two eigenvectors:
[-1, 1, 0]

[-1, 0, 1]

how?
I keep getting [ 0 -1 -1 ] and [ -1 0 -1 ]
Jan31-09, 09:39 PM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by war485 View Post
have these two eigenvectors:
[-1, 1, 0]

[-1, 0, 1]

how?
I keep getting [ 0 -1 -1 ] and [ -1 0 -1 ]
It is impossible for a matrix to have exactly two eigenvectors. Instead, it might have a two-dimensional space of eigenvectors....

(incidentally, it's very easy to check if a given vector is an eigenvector...)
Jan31-09, 09:46 PM   #4
 

Orthogonally diagonalizing the matrix


maybe I used the wrong terminology.
I think I meant that one of its eigenspace is the span of { [-1, 1, 0] , [-1, 0, 1] }
but I can't see how.

But I can see that its other eigenspace is [ 1 1 1 ]
Jan31-09, 09:56 PM   #5
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
First, I claim that it's very easy to show that that span is a subspace of the -1 eigenspace, just by direct verification.


Secondly, I was trying to give you a hint by making you use more precise terminology. The problem is to find a particular vector space. Your answer key specified a basis for some vector space. Your work computed a basis for some vector space. You're focusing too much on the fact that your basis is different than the answer key's basis... but you haven't spent any effort checking whether or not the answer key's vector space is equal to or different from your vector space....

If you're given spanning sets for two vector spaces, how do you check if they're equal or not?
Apr6-11, 03:50 AM   #6
 
Why orthogonally diagonalize a matrix?
Apr6-11, 04:49 AM   #7
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by matqkks View Post
Why orthogonally diagonalize a matrix?
Because your teacher requires it on homework or a test?

But there are many good reasons to diagonalize a matrix- diagonal matrices are far easier to work with that other matrices- it becomes easy to take any power, find the exponential, or, generally, any function that has a Taylor's series.

"Orhogonally" diagonalizing a matrix is not quite as important but any matrix that can be diagonalized can be diagonlized using orthogonal matrices. And orthogonal matrices are relatively easy to handle.
New Reply
Thread Tools


Similar Threads for: Orthogonally diagonalizing the matrix
Thread Forum Replies
Orthogonally polarized modes in pulsar radiation. Is the problem already settled? General Physics 0
Diagonalizing a square matrix with degenerate eigenvalues Quantum Physics 4
showing it is orthogonally diagonalizable Calculus & Beyond Homework 2
[SOLVED] Diagonalizing a 3x3 matrix Precalculus Mathematics Homework 4
diagonalizing a 3x3 second derivative matrix Linear & Abstract Algebra 7