Eigenvalues of matrix

maria23

New member
Joined
Apr 14, 2014
Messages
2
need help with this question:
let A=(a1, a2,...,an) be row vector, find the eigenvalues of B=AtA...
i calculated the characteristic polynomial of B... I got nothing :(
i got AtA=
a1
a1 a1a2..................ana1
a1a2 a2a2.................
...
...
a1an ....................... anan

i dont know what to do with that :(

 
If you are actually trying to find a general solution that is an extremely hard question! It might help to look at the n= 2 and n= 3 cases.

If n= 2, the matrix is \(\displaystyle \begin{bmatrix}a_1^2 & a_1a_2 \\ a_1a_2 & a_2^2\end{bmatrix}\).

The eigenvalue equation is \(\displaystyle \left|\begin{array}{cc}a_1^2- \lambda & a_1a_2 \\ a_1a_2 & a_2^2-\lambda\end{array}\right|\)\(\displaystyle = (\lambda- a_1^2)(\lambda- a_2^2)- a_1^2a_2^2\)\(\displaystyle = \lambda^2- (a_1^2+ a2^2)\lambda= 0\).

What are the roots of that?
 
Last edited:
..

thnx... thats the thing, i want it general... i can do it for specific matrix
I can give u the general eigenvalues equation.. I dont know what to do with it
 
Top