Need Help On Eigenvalue and Eigenvector

In summary, when you take the det of a 3x3 matrix, you can take the elements of ANY row or column and multiply them by the 2x2 determinants you get from removing the row and column that that element is in, not forgetting the signs, which follow the(+-+...)(-+-...)(+-+...) pattern, I forget what it's called. So for those matrices, with their handy 0s in the right places, you can use the rows or columns with the two zeros in, which simplifies things a great deal. Thanks!
  • #1
shermaine80
30
0
Hi Guys,

I have got some enquires for eigenvalue and eigenvector.

Consider the 1st matrix:

A = [ 1 2 3]
[ 0 5 6]
[ 0 6 5]

The characteristic polynomial is

det(A-λI) = [ 1-λ 2 3]
[ 0 5-λ 6]
[ 0 6 5-λ]

= (1-λ) [ (5-λ)^2 - 36]

The eigenvaules are D(λ) = 0 ---> λ1 = 1, λ2=-1 and λ3 =11
May i know how do we get the λ1 , λ2 and λ3? Can someone advise me?
Dont seem quadratic is working for this??


Matrix (2)

A = [3 5 3]
[0 4 6]
[0 0 1]

Is the characteristic polynomial: det(A - λI) = [ 3-λ 5 3]
[ 0 4-λ 6]
[ 0 0 1-λ]

= (3-λ)[(4-λ)(1-λ)- 0]?


Does the characteristic polynomial of matrix 2 also the same as Matrix (3)

A = [ 3 0 0]
[ 4 4 0]
[ 5 6 1]

Please advise. Thanks :)
 
Physics news on Phys.org
  • #2
When you take the det of a 3x3 matrix, you can take the elements of ANY row or column and multiply them by the 2x2 determinants you get from removing the row and column that that element is in, not forgetting the signs, which follow the

(+-+...)
(-+-...)
(+-+...)

pattern, I forget what it's called. So for those matrices, with their handy 0s in the right places, you can use the rows or columns with the two zeros in, which simplifies things a great deal.
 
  • #3
Thanks! How about the eigenvaules are D(λ) = 0 ---> λ1 = 1, λ2=-1 and λ3 =11
May i know how do we get the λ1 , λ2 and λ3? Can someone advise me?
Dont seem quadratic is working for this??
 
  • #4
You're on the right track. Now just do what you did for the whole thing, instead of having 3 different matrixes.
 
Last edited:
  • #5
Can you kindly advise how to get the values of
λ1 = 1, λ2=-1 and λ3 =11? As i dun seem to get it.
 
  • #6
Do what you did to get the characteristic polynomials, just do it for the entire 3 x 3 matrix. From there you will get an expression with λ^3. Then set the characteristic polynomial = 0. The roots of the characteristic polynomials are nothing more than your λ's.
 
  • #7
det(A-λI) = [ 1-λ 2 3]
[ 0 5-λ 6]
[ 0 6 5-λ]

= (1-λ) [ (5-λ)^2 - 36]

This work you have done is exactly right. Now set this = 0. And find what your λ's are.

Edit: This IS right, and this is all you need. You have to figure out why. In order to do this you have to know how to take a determinant of an entire 3*3 matrix.
 
Last edited:
  • #8
Thanks! I understand it now.
I have another question:

[ 2 2 3]a]
[ 0 6 6]b] = 0
[ 0 6 6]c]

How do i find [a]

[c] ?
please advise as i pretty poor in matrix.
 
  • #9
2(a) + 2(b) + 3(c) = d11
0(a) + 6(b) + 6(c) = d21
0(a) + 6(b) + 6(c) = d31

You want the whole thing = 0. So you want d11 = d22 = d33 = 0.
 
  • #10
Hi Kogs,

Do u hv msn? can i msn u to ask something awhile?
Thanks!
 
  • #11
I'd rather just talk here. What do you need?

I misread the original thing. I guess only d21 = 0. But you will notice d21 = d31.
 
  • #12
Thanks. But the answer for for [a
b
c]
is [1
0
0]

any idea how to get [1
0
0]?
please advise. Thanks!
 
  • #13
I must be reading the question wrong then. Because that answer doesn't look right.
 
  • #14
i will scanned the notes and u hv a look ...cheers :)
 
  • #15
Here's the note :)
the one circled, may i know how to get it? Please advise. Thanks!
 

Attachments

  • Picture 003.jpg
    Picture 003.jpg
    22.3 KB · Views: 667
  • #16
Can you post on website somewhere?
 
  • #18
No it does not.
 
  • #19
i re-attached again
 

Attachments

  • pic.jpg
    pic.jpg
    22.3 KB · Views: 435
  • #21
It doesn't work because I have to be logged in as you to see it.
 
  • #22
hi, can i msn u instead?
 
  • #23
hi,

can i checked with you..how we normlized Eigenvectors?
 
  • #24
Why did you change matrices? The matrix in the attachment is the same one you mentioned first:
[tex]\left[\begin{array}{ccc}1 & 2 & 3 \\0 & 5 & 6 \\ 0 & 6 & 5\end{array}\right][/tex]
but you asked how to find [1 0 0] as an eigenvalue of
[tex]\left[\begin{array}{ccc}2 & 2 & 3 \\0 & 6 & 6 \\ 0 & 6 & 6\end{array}\right][/tex]
and it isn't! Did you miscopy?

I think people may be trying to give you too "sophisticated" answers when your questions are really very simple. I must say I found your original question very peculiar! you had done the hard part, found that the eigenvalue equation was [itex](\lambda- 1)((\lambda- 5)^2- 36)= 0[/itex] and apparently were asking how to solve that equation! If you are doing linear algebra you should have learned how to solve polynomial equations, especially those that are already factored, long ago! In order to have that product, [itex](\lambda- 1)((\lambda- 5)^2- 36)[/itex] equal to 0, you must have either [itex]\lambda- 1= 0[/itex] or [itex](\lambda-5)^2- 36[/itex] equal to 0. From [itex]\lambda- 1= 0[/itex] we get, of course, [itex]\lamba= 1[/itex]. From [itex](\lambda- 5)^2- 36= 0[/itex] we get [itex](\lambda- 5)^2= 36[/itex] so [itex]\lambda- 5= \pm 6[/itex]. [itex]\lambda= 5+ 6= 11[/itex] or [itex]\lambda= 5- 6= -1[/itex].

Now to find the corresponding eigenvectors, just do the computation:
For [itex]\lambda= 1[/itex], for example,
[tex]\left[\begin{array}{ccc}1 & 2 & 3 \\0 & 5 & 6 \\ 0 & 6 & 5\end{array}\right]\left[\begin{array}{c}a \\ b \\ c\end{array}\right]= \left[\begin{array}{c} 1*a \\ 1*b \\ 1*c\end{array}\right][/tex]

Multiply that out and you get 3 equations for a, b, c:
a+ 2b+ 3c= a, 5b+ 6c= b, and 6b+ 5c= c, or 2b+ 3c= 0, 4b+ 6c= 0, 6b+ 4c= 0. Three independent equations in 3 variables will have ONE solution: obviously a= b= c= 0 is a solution. Since 1 is an eigenvalue, this must have non-trivial solutions and so an infinite number of solutions: the equations must not be independent. In fact, a has disappeared from the equations so a can be anything. Notice that 4b+ 6c= 2(2b+ 3c) so 2b+ 3c= 0 and 4b+ 6c= 0 are really the same equation. But we can still solve 2b+ 3c= 0 and 6b+ 4c= 0, to get b= c= 0. Any eigenvector is of the form [a 0 0]= a[1 0 0].

Similarly for the other eigenvalues. If [itex]\lamba= -1[/itex] then the matrix equation becomes
[tex]\left[\begin{array}{ccc}1 & 2 & 3 \\0 & 5 & 6 \\ 0 & 6 & 5\end{array}\right]\left[\begin{array}{c}a \\ b \\ c\end{array}\right]= \left[\begin{array}{c} -1*a \\ -1*b \\ -1*c\end{array}\right][/tex]
Multiplying that out gives a+ 2b+ 3c= -a, 5b+ 6c= -b, and 6b+ 5c= -c, or 2a+ 2b+ 3c= 0, 6b+ 6c= 0, 6b+ 6c= 0. (Was that where you got that matrix before?) Obviously the last two equations are the same: b= -c. Putting that into the first equation, 2a+ 2b- 3b= 0 gives b= 2a. Any eigenvector, corresponding to eigenvalue -1 is of the form [a, 2a, -2a]=
a[1, 2, -2].

For [itex]\lambda= 11[/itex] it is
[tex]\left[\begin{array}{ccc}1 & 2 & 3 \\0 & 5 & 6 \\ 0 & 6 & 5\end{array}\right]\left[\begin{array}{c}a \\ b \\ c\end{array}\right]= \left[\begin{array}{c} 11*a \\ 11*b \\ 11*c\end{array}\right][/tex]
Multiplying, a+ 2b+ 3c= 11a, 5b+ 6c= 11b, and 6b+ 5c= 11c, or -10a+ 2b+ 3c= 0, -6b+ 6c= 0, 6b- 6c= 0. Again, the last two equations are equivalent and give b= c. Putting that into the first equation, -10a+ 2b+ 3b= 0 gives -10a+ 5b= 0 or b= -2a. Any eigenvector corresponding to [itex]\lambda= 11[/itex] must be of the form [a, -2a, -2a]= a[1, -2, -2].

To answer your last question, "normalizing" a vector means reducing it to unit length: find the length of the vector and divide each component by that. [1 0 0] already has length 1 and is already normalized. [1 2 -2] has length [itex]\sqrt{1^2+ 2^2+(-2)^2}= \sqrt{9}= 3[/itex]. The unit vector in the direction of [1 2 -2] is [itex]\left[\begin{array}{ccc}\frac{1}{3} & \frac{2}{3} & -\frac{2}{3}\end{array}\right][/itex]. [1 -2 -2] also has length 3 and a unit vector in its direction is [itex]\left[\begin{array}{ccc}\frac{1}{3} & -\frac{2}{3} & -\frac{2}{3}\end{array}\right][/itex].
 
  • #25
The above answer is pretty good. But if you preform row operations on the matrix:
[0 2 3 : 0]
[0 4 6 : 0]
[0 6 4 : 0]
you get:
[0 2 3 : 0]
[0 0 0 : 0]
[0 0 -5 : 0]
from this you get:
-5c = 0
c=0

2b+3c=0
b=0

x is a free variable, so a = s

you then get:

s x [1]
[0]
[0]
The vector:
[1]
[0]
[0]

is a bisis for the eigenspace of A corresponding to lamda=1
 
Last edited:
  • #26
Thanks, embury. Yes, you can do directly on the matrices the operations I did to solve the equations, rather than converting from matrices to equations and back again. Either way works. Some people, just beginning to work with matrices, find it easier to think in terms of equations even though that way is longer.
 

1. What are eigenvalues and eigenvectors?

Eigenvalues and eigenvectors are mathematical concepts used to describe the behavior of linear transformations. Eigenvalues represent the scaling factor of the eigenvectors, which are special vectors that do not change direction when the transformation is applied to them.

2. How are eigenvalues and eigenvectors used in data analysis?

Eigenvalues and eigenvectors are commonly used in data analysis, specifically in the field of linear algebra. They are used to reduce the dimensionality of data, identify patterns and relationships within the data, and perform matrix decompositions for further analysis.

3. What is the significance of the eigendecomposition theorem?

The eigendecomposition theorem states that any square matrix can be decomposed into a set of eigenvectors and eigenvalues. This is significant because it allows us to simplify complex matrices into smaller, more manageable parts, and use them to understand the behavior of the original matrix.

4. How do you find eigenvalues and eigenvectors?

To find eigenvalues and eigenvectors, we solve the characteristic equation of a matrix, which is obtained by subtracting the identity matrix multiplied by a scalar from the original matrix. The eigenvalues are the solutions to this equation, and the corresponding eigenvectors can be found by solving a system of linear equations.

5. What are some real-world applications of eigenvalues and eigenvectors?

Eigenvalues and eigenvectors have many practical applications, such as in image and signal processing, recommender systems, and graph theory. They are also used in physics and engineering to model and analyze physical systems, and in economics to study market trends and predict future outcomes.

Similar threads

  • Linear and Abstract Algebra
Replies
12
Views
1K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
67
  • Precalculus Mathematics Homework Help
Replies
14
Views
2K
  • Advanced Physics Homework Help
Replies
29
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
947
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
3K
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
Back
Top