by vicapow on 1/20/15, 5:56 PM with 52 comments
by discardorama on 1/20/15, 7:51 PM
The first sentence just describes the utility of the Eigens (so no explanation there). The next lays out the setting for the diagram. And the third says, "if we can do X, then v is an eigenvector and \lambda an eigenvalue". But... what if you can't do "X" ? What if v, (0,0) and Av are not colinear?
The skeleton of a great explanation is there, but the meat isn't there yet. A few more sentences would go a long way in making this better.
I appreciate the OP's effort, and I hope this will come across as constructive criticism.
by bsaul on 1/20/15, 7:13 PM
I'm surprised that this post isn't following this method, because i've come to think it's the standard way of explaining scientific things in the US.
by Terr_ on 1/20/15, 6:54 PM
"Eigenspaces are special lines, where any starting-point along them yields an eigenvalue that lands back on the same line. In these examples two exist, labeled, S1 and S2."
"Eigenspaces show where there is 'stability' from repeated applications of the eigenvector. Some act like 'troughs' which attract nearby series of points (S1) while others are like hills (S2) where any point even slightly outside the stable peak yields eigenvalues further away.
______
Original post / detailed-reaction:
> First, every point on the same line as an eigenvector is another eigenvector. That line is an eigenspace.
At first I though this statement-of-fact meant that the whole tweakable quadrant of the X/Y plot (at a minimum) is an unbroken 2D Eigenspace, because every point within it can be "covered" by a dashed line (a 2D "vector") if I pick the appropriate start-point.
However, the last sentence also says eigenspaces are (despite the "space" in their name) lines, which throws the earlier interpretation into doubt.
> As you can see below, eigenspaces attract this sequence
S1 and S2 were displayed earlier, but not explained, now this section implies that those lines are the Eigenspaces? If so, what is the difference between S1 and S2? Playing with the chart, I assume they are the "forward" and "reverse" for repeat-applications of the transformation.
by throw7 on 1/20/15, 8:52 PM
by michaf on 1/20/15, 7:44 PM
by TehCorwiz on 1/20/15, 7:00 PM
by hangonhn on 1/20/15, 8:36 PM
http://en.wikipedia.org/wiki/Eigenvalues_and_eigenvectors#me...
by dlwj on 1/20/15, 10:08 PM
by noelwelsh on 1/20/15, 8:16 PM
(Nothing wrong with constructive criticism, which most comments are, but it's also nice to just say thanks as well.)
by debacle on 1/20/15, 9:20 PM
by mturmon on 1/20/15, 7:57 PM
Oops, you mean the rows add to one.
I hate to nitpick, but, additionally, numbers in the matrix can't be negative.
Also, it's not just that 1 is an eigenvalue, it is that 1 is the largest eigenvalue. This is significant, because it implies that all other components will die out in time.
by xixixao on 1/21/15, 10:45 AM
by hangonhn on 1/20/15, 8:30 PM
"If you can draw a line through (0,0), v and Av, then Av is just v multiplied by a number λ; that is, Av=λv."
That makes no sense. How do you draw a line through a point to "v and Av"? What does "v and Av" even mean in that context?
by acd on 1/20/15, 8:36 PM
by pcvarmint on 1/21/15, 11:12 AM
Igon send it to him if you can't :)
by kristopolous on 1/20/15, 7:51 PM
by cousin_it on 1/21/15, 1:04 PM
1) The point (0, 0) gets mapped to itself.
2) Straight lines get mapped to straight lines, though maybe pointing in a different direction.
3) Pairs of parallel straight lines get mapped to pairs of parallel straight lines.
Hence the name "linear transformation" :-) We can see that all straight lines going through (0, 0) get mapped to straight lines going through (0, 0). Let's consider just those straight lines going through (0, 0) that get mapped to themselves. There are four possibilities:
1) There are no such lines, e.g. if the transformation is a rotation.
2) There is one such line, e.g. if the transformation is a skew.
3) There are two such lines, e.g. if the transformation is a stretch along some axis.
4) There are more than two such lines. In this case, you can prove that in fact all straight lines going through (0, 0) are mapped to themselves, and the transformation is a scaling.
Now let's consider what happens within a single such line that gets mapped to itself. You can prove that within a single such line, the transformation becomes a scaling by some constant factor. (That factor could also be negative, which corresponds to flipping the direction of the line.) Let's call these factors the "eigenvalues", or "own values" of the transformation.
Now let's define the "eigenspaces", or "own spaces" of the transformation, corresponding to each eigenvalue. An eigenspace is the set of all points in the 2D plane for which the transformation becomes scaling by an eigenvalue. Let's see what happens in each of the cases:
1) In case 1, there are no eigenspaces and no eigenvalues.
2) In case 2, there is only one eigenspace, which is the straight line corresponding to the single eigenvalue.
3) In case 3, it pays off to be careful! First we need to check what happens if the two eigenvalues are equal. If that happens, it's easy to prove that we end up in case 4 instead. Otherwise there are two different eigenvalues, and their eigenspaces are two different straight lines.
4) In case 4, the eigenspace is the whole 2D plane.
In this way, eigenvalues and eigenspaces are unambiguously geometrically defined, and don't require coordinates or matrices.
Now, what are "eigenvectors", or "own vectors" of the transformation? Let's say that an "eigenvector" is any vector for which our transformation is a scaling. In other words, an "eigenvector" is a vector from (0, 0) to any point in an eigenspace. The disadvantage is that it involves an arbitrary choice. The advantage is that eigenvectors can be specified by coordinates, so you can find them by computational methods.
Does that make sense?