Microsoft
Software
Hardware
Network
Question : eigenvectors
Hi
I'm trying to learn about eigenvectors and I don't understand my book.
To get the enigenvectors for this matrix
4 1
3 2
You get a characteristic equation
| 4-lamba 1 | = 0
| 3 2-lamba |
lambda = 1 or 5
So you get whats below where the brackets indicate subscripts and the terms should be matrices
4 1 times x(1) = 1 times x(1)
3 2 x(2) x(2)
To get
4x(1) + x(2) = x(1)
3x(1) + 2x(2) = x(2)
Either of these gives x(2) = -3x(1)
It then says that 'this result tells us that whatever the value of x(1) is the x(2) is -3 times it and the eigenvector is
k
-3k
Why isn't it that x(2) is -3 times smaller than x(1) to give
k
k/-3
many thanks
Answer : eigenvectors
4 1 times k = 1 times k
3 2 -3k -3k
Random Solutions
accessing a web service
Setting Reporting Services data driven subscription Using Web Service
Control object destruction during global destruction
iPhone 4 wont sync sub folder from Exchange
asp.net mssql I have a need to update records where the record column needs modifing in orde to match the Id value
Java web service accesing error
SSRS Combine two datasets into one data region - Must be in report not in SQL server
Convert Doc files to Docx in SharePoint
To change asni_padding setting of a column.
Basic php/mysql questions