TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Eigenvectors and Eigenvalues (2015)

369 pointsby vimalvnairabout 7 years ago

12 comments

steamer25about 7 years ago
3Blue1Brown has a good series on YouTube for building intuition in linear algebra:<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLZHQObOWTQDPD3MizzM2x...</a><p>In one of the last videos in the (relatively short) series, he discusses eigen-*:<p>~&#x27;eigen-stuffs are straight-forward but only make sense if you have a solid visual understanding of the pre-requisites (linear transformations, determinants, linear systems of equations, change of basis, etc.). Confusion about eigen-stuffs usually has more to do with a shaky foundation than the eigen-things themselves&#x27;<p><a href="https:&#x2F;&#x2F;youtu.be&#x2F;PFDu9oVAE-g" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;PFDu9oVAE-g</a><p>All of the videos in the series, including this later one on eigen-things, focus on animations to show what the number crunching is doing to the coordinate system.
评论 #17075903 未加载
评论 #17079900 未加载
评论 #17082902 未加载
评论 #17082130 未加载
xevb3kabout 7 years ago
Whenever this kind of stuff comes up I feel like a bit of a fraud...<p>I’ve written a bunch of scientific data analysis code. I have a science PhD. Written large image analysis pipelines that worked as well as the state of the art... been published etc.<p>For the most part I’ve found basic math and heuristics to be good enough. Every so often I go relearn calculus. But honestly, none of this stuff ever seems to come in handy. Maybe it’s because most of what I encounter is novel datasets where there’s no established method?<p>I reasonably regularly pick up new discrete methods, but the numerical stuff never seems super useful...<p>I don’t know, just a confession I guess... it never comes up on interviews either for what it’s worth.
评论 #17075126 未加载
评论 #17074456 未加载
评论 #17075598 未加载
评论 #17074537 未加载
评论 #17074434 未加载
评论 #17079039 未加载
评论 #17074346 未加载
评论 #17074829 未加载
lewis500about 7 years ago
Interesting to see this back on the front page after three years. Still remember us sitting in our living room drawing this on paper and arguing about the right approaches.<p>Maybe one day vicapow and I will make a triumphant return to the explorables space, but life has a way of getting in the way as you get older.
评论 #17076491 未加载
sanneeabout 7 years ago
Eigen{vectors,values} seemed like this totally arbitrary concept when I first learned about them. Later it turned out that they are actually really awesome and pop up all the time.<p>Multivariable function extrema? Just look at the eigenvalues of the hessian. Jacobi method convergence? Eigenvalues of the update matrix. RNN gradient explosion? Of course, eigenvalues.
danlugo92about 7 years ago
I highly recommend 1Blue1Brown&#x27;s Essence of Linear Algebra series[0] to highly grasp and comprehend linear algebra.<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLZHQObOWTQDPD3MizzM2x...</a>
评论 #17076257 未加载
toppyabout 7 years ago
Classic paper on Google&#x27;s PageRank: &quot;The $25,000,000,000 eigenvector&quot;<p><a href="https:&#x2F;&#x2F;www.rose-hulman.edu&#x2F;~bryan&#x2F;googleFinalVersionFixed.pdf" rel="nofollow">https:&#x2F;&#x2F;www.rose-hulman.edu&#x2F;~bryan&#x2F;googleFinalVersionFixed.p...</a>
WhompingWindowsabout 7 years ago
Am I the only one with [Math Processing Error] all over this source? Ctrl+F gives me 57 instances of that string
评论 #17078220 未加载
评论 #17075109 未加载
asafiraabout 7 years ago
Quantum mechanics should be listed as another reason to learn about eigenvectors and eigenvalues! =)
deepdiving12about 7 years ago
Beautiful demos&#x2F;explanations. Would&#x27;ve been really handy back in school.
lr4444lrabout 7 years ago
Great interactive demos.
KasianFranksabout 7 years ago
There&#x27;s nothing to see here.
评论 #17075131 未加载
haskellandchillabout 7 years ago
The visual explanation movement falls flat for me. It&#x27;s like trying to understand Monads through blog posts. It&#x27;s great if you already understand the concept to develop your intuition, or if you&#x27;ve never heard of the concept to pique your interest, but it won&#x27;t help in the intermediate area where you know what you want to know but don&#x27;t understand it fully. I need to build proofs through incremental exercises to grasp these concepts.
评论 #17075102 未加载
评论 #17075166 未加载