Finding Eigenvectors & Eigenvalues of A Matrix

innightmare
Messages
35
Reaction score
0

Homework Statement




Use direct multiplication to show that for each of the following matrices A, the given vectors v1, v2, and v3 are eigenvectors of A and to find the eigen values lama1, lama2, and lama3 of A:

A=top row: (2 -1 3) second row: (-1 6 -1) third row: (3 -5 2) v1=(1,0,-1) v2=(2,2,2), v3 =(7, -9,11)

Homework Equations



Plug the v's back into the A matrice

The Attempt at a Solution



Have no idea what they mean nor how to go about the direct multiplication here. Thanks What exactly do they want me to do?
 
Physics news on Phys.org
matrix * vector = eigenvalue * (same)matrix
 
malawi_glenn said:
matrix * vector = eigenvalue * (same)vector

There's a minor (typo) error in there, see the correction in bold :smile:
 
yeah LOL :)

otherwise it would have been called eigenmatrix ;)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top