Why Does My Eigenvector Calculation Differ from WolframAlpha's Result?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
estro
Messages
239
Reaction score
0
Given the matrix:
[tex]\left( \begin{array}{cc}<br /> 1 & 2 \\<br /> 2 & 4 \end{array} \right)[/tex]

I'll find eigenspace for the eigenvalue of t=0, So I have to solve:

[tex]\left( \begin{array}{cc}<br /> 1 & 2 \\<br /> 2 & 4 \end{array} \right) {(x,y)}^t=0[/tex]

Then I do [tex]R_2->R_2-2R_1[/tex] and get x+2y=0 => x=-2y => get the eigenvector (-1,2).

But wolframalpha tells me the eigenvector for this eigenvalue should be (1,2).

Where is my sin?
 
Last edited:
Physics news on Phys.org
I'n my first pose I did a mistake, I wrote eigenvalue but meant eigenvector.
Fixed it.
 
estro said:
I'n my first pose I did a mistake, I wrote eigenvalue but meant eigenvector.
Fixed it.

Still, an eigenvector of a matrix A is a vector v that satisfies:
[tex]A v = \lambda v[/tex]
for some number lambda, which is the eigenvalue.

To solve it you need to set up the so called characteristic quadratic equation and solve that...
 
Thank you for your response, but I know what is eigenvalue, eigenvector and characteristic polynomial, I left out the technical details and only showed how i calculate the eigen space for eigenvalue 0. [this matrix has 2 eigenvalues 5 and 0]
 
estro said:
Thank you for your response, but I know what is eigenvalue, eigenvector and characteristic polynomial, I left out the technical details and only showed how i calculate the eigen space for eigenvalue 0. [this matrix has 2 eigenvalues 5 and 0]

Sorry! My bad! I guess I didn't read carefully enough. :redface:

In that case, your solution is the wrong way around: it should be for instance (2, -1).

The solution you mentioned from WolframAlpha is the eigenvector belonging to eigenvalue 5.