Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Find matrix A given eigenvector and eigenvalue.?
Given that the matrix A has eigenvalues L1 = 8 with corresponding eigenvector v1 =(1,-3) L2=4 with corresponding eigenvector v2 =(-1,4), find A
1 Answer
- HosamLv 68 years ago
A P = P D
i.e. A = P D P^-1
where P is the matrix of eigenvectors, and D is the diagonal matrix of eigenvalues.
D = [ 8, 0; 0, 4 ]
P = [1, -1; -3, 4 ]
All we have to do is find P^-1.
| P | = 1, So P^-1 = [ 4, 1; 3, 1 ]
Finally A = P D P^-1 = [1, -1; -3, 4] [ 8, 0; 0, 4] [4, 1; 3, 1]
= [8, -4; -24, 16] [4, 1; 3, 1]
= [20, 4; -48, -8]