Ask Uncle Colin: Invariant Lines
Dear Uncle Colin,
I’ve got a matrix, and I’m not afraid to use it. It’s
Apparently, it has invariant lines. Those, I’m afraid of.
How do I find them?
-- Terrors About Rank, Safely Knowing Inverses
Hi, TARSKI!
An invariant line of a transformation is one where every point on the line is mapped to a point on the line – possibly the same point.
We can write that algebraically as
So, for this example, we have:
And now it gets messy. We have two equations which hold for any value of
Substituting for
… which tidies up to …
… or …
Aside, on the difference between variables and constants
There are three letters in that equation,
The
Back to work
Considering
If
Instead, if
So the two equations of invariant lines are
Just to check: if we multiply
(It turns out that these invariant lines are related in this case to the eigenvectors of the matrix, but sh. Let’s not scare anyone off.)
-- Uncle Colin
* Edited 2019-06-08 to fix an arithmetic error. Thanks to Tom for finding it!