Earlier quoted context omitted.
Maybe I'm missing what's interesting about this, but a function like f(z) = 5z + 2 would output a wave with changed amplitude and phase when z = sin(x). That doesn't seem that interesting to me, so f(z) must have some other interesting properties?
I think what the comment is missing is that the class of linear f(z)'s is much larger than you might expect. Partly because it just is, and partly because we like it that way. In the land of analog signal processing: any combination of capacitors, inductors, and resistors [ https://soundcertified.com/wp-content/uploads/2020/04/speake... ] is linear. In the land of math abstractions of signal processing: differentiati…
What is an eigenvalue?
161–167 of 167 posts
Re: What is an eigenvalue?
#162Earlier quoted context omitted.
Ok, but what is being asked is what interesting properties does such a function have. You still haven’t answered that question.
Let me try. Let’s say you have some operator F = crazyweirdblackbox. Like, it exponentiates and does a bunch more complicated things. You can apply this operator to some input function and transform it into some output function. The programming analogy would be some piece of code that works on a lambda and spits out another lambda. The finite-dimensional linear algebra equivalent is a matrix. You would ideally want F…
Thanks for tickling the old neurons.
Re: What is an eigenvalue?
#163Eigen-things can also be thought of "fixed values" of a "thing" transformation. For example - the eigenfunction of a derivative is e^x since when you run the derivative function on e^x you get.... e^x
This is the best explanation of the eigenthings in my opinion. Too many people, this article included, reach for more advanced concepts to explain something as simple as "eigenvectors are how an operator transforms stuff and eigenvalues are how much."
Re: What is an eigenvalue?
#164Earlier quoted context omitted.
Literally all you need.
I think anyone starting a lin alg course could do a lot worse than watch all his "Essence of Linear Algebra" series before starting - then watch the relevant (c. 15 min) episodes as you take each lecture.
Re: What is an eigenvalue?
#165Earlier quoted context omitted.
This is the best explanation of the eigenthings in my opinion. Too many people, this article included, reach for more advanced concepts to explain something as simple as "eigenvectors are how an operator transforms stuff and eigenvalues are how much."
God knows how I passed 4 years of engineering math without ever being able to describe to anyone what eigen* actually are, but I think that's actually the norm.
Unfortunately, the history of the eigen*s is rooted in the opaque and cryptic (but rigorous) linear algebra definition, and the non-rigorous but meaningful geometry came later.
Re: What is an eigenvalue?
#166Earlier quoted context omitted.
I think anyone starting a lin alg course could do a lot worse than watch all his "Essence of Linear Algebra" series before starting - then watch the relevant (c. 15 min) episodes as you take each lecture.
My grades in undergrad would have been so much better if Youtube had existed. Oh well.