Hacker News
- Discrete Dynamical Systems – Eigenvalues and Eigenvectors [video] https://www.youtube.com/watch?v=7SfocUa8gis 1 comment
- The $25B Eigenvector: The Linear Algebra behind Google (2006) https://epubs.siam.org/doi/abs/10.1137/050623280?journalCode=siread 18 comments
- Circulant Matrices, Eigenvectors, and the FFT https://www.johndcook.com/blog/2023/05/12/circulant-matrices/ 6 comments
- Eigenvectors from eigenvalues https://terrytao.wordpress.com/2019/08/13/eigenvectors-from-eigenvalues/ 86 comments
- An Intuitive Derivation of Eigenvectors https://dhruvp.netlify.com/2019/02/25/eigenvectors/ 26 comments
- The $25B eigenvector (2006) [pdf] https://www.rose-hulman.edu/~bryan/googleFinalVersionFixed.pdf 68 comments
- Clojure Linear Algebra Refresher: Eigenvalues and Eigenvectors http://dragan.rocks/articles/17/Clojure-Linear-Algebra-Refresher-Eigenvalues-and-Eigenvectors 71 comments
- The eigenvector of “Why we moved from language X to language Y” https://erikbern.com/2017/03/15/the-eigenvector-of-why-we-moved-from-language-x-to-language-y.html 189 comments
- A Beginner’s Guide to Eigenvectors, Covariance, PCA and Entropy http://deeplearning4j.org/eigenvector 23 comments
- Eigenvectors and eigenvalues explained visually http://setosa.io/ev/eigenvectors-and-eigenvalues/ 3 comments
- Eigenvectors and eigenvalues explained visually http://setosa.io/ev/eigenvectors-and-eigenvalues 52 comments
- Christmas Carol and other eigenvectors http://evelinag.com/blog/2014/12-15-christmas-carol-and-other-eigenvectors/index.html#.VI9OjOpGjUY 5 comments
- The $25,000,000,000 Eigenvector [pdf] http://www.rose-hulman.edu/~bryan/googleFinalVersionFixed.pdf 4 comments
- The $25,000,000,000 Eigenvector: The Linear Algebra Behind Google [pdf] http://www.scribd.com/vacuum?url=http%3A%2F%2Fwww.rose-hulman.edu%2F~bryan%2FgoogleFinalVersionFixed.pdf 2 comments
- The $25,000,000,000 Eigenvector: The Linear Algebra behind Google [pdf] http://www.rose-hulman.edu/~bryan/googleFinalVersionFixed.pdf 6 comments
Lobsters
- The eigenvector of "Why we moved from language X to language Y" https://erikbern.com/2017/03/15/the-eigenvector-of-why-we-moved-from-language-x-to-language-y.html 14 comments programming , visualization
- I'm not sure this result about matrices make sense (Dominant Eigenvectors et al) http://www.cse.iitm.ac.in/~miteshk/CS7015/Slides/Handout/Lecture6.pdf 8 comments learnmachinelearning
- [Terence Tao's blog] Eigenvectors from Eigenvalues: a survey of a basic identity in linear algebra https://terrytao.wordpress.com/2019/12/03/eigenvectors-from-eigenvalues-a-survey-of-a-basic-identity-in-linear-algebra/ 41 comments math
- Eigenvectors from eigenvalues https://terrytao.wordpress.com/2019/08/13/eigenvectors-from-eigenvalues/ 4 comments math
- Eigenvectors from Eigenvalues - a NumPy implementation http://predictivehealthcare.pennmedicine.org/Eigenvectors%20from%20Eigenvalues.html 22 comments datascience
- New identity discovered that links Eigenvectors and Eigenvalues, specifically, the paper relates the norm squared of the elements of eigenvectors to the eigenvalues and the submatrix eigenvalues. https://arxiv.org/pdf/1908.03795.pdf 7 comments math
- Physicists stumble upon basic relationship between square norm of eigenvector entries and eigenvalues of submatrices https://www.quantamagazine.org/neutrinos-lead-to-unexpected-discovery-in-basic-math-20191113/ 17 comments math
- Question regarding eigenvectors in Andrej Karpathy's post on Medium. https://medium.com/@karpathy/yes-you-should-understand-backprop-e2f06eab496b 7 comments learnmachinelearning
- How to plot an ellipsoid knowing eigenvalues and eigenvectors? https://www.reddit.com/r/matlab/comments/9ktcvk/how_to_plot_an_ellipsoid_knowing_eigenvalues_and/ 7 comments matlab
- Eigenvectors and Eigenvalues (2015) http://setosa.io/ev/eigenvectors-and-eigenvalues/ 9 comments coding
- The most general neural network is a big matrix. What do its eigenvalues and eigenvectors mean? https://www.reddit.com/r/artificial/comments/7oo000/the_most_general_neural_network_is_a_big_matrix/ 2 comments artificial
- 3Blue1Brown has an excellent youtube series with visualizations of linear algebra. I found them a painless way to brush up on my rusty linear algebra as I try to understand PCA and eigenvectors. https://www.youtube.com/playlist?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab 5 comments datascience
- The eigenvector of "Why we moved from language X to language Y" https://erikbern.com/2017/03/15/the-eigenvector-of-why-we-moved-from-language-x-to-language-y.html 13 comments rust
- The eigenvector of "Why we moved from language X to language Y" https://erikbern.com/2017/03/15/the-eigenvector-of-why-we-moved-from-language-x-to-language-y.html 342 comments programming
- Eigenvectors and Eigenvalues explained visually http://setosa.io/ev/eigenvectors-and-eigenvalues/ 191 comments programming
- Eigenvectors and Eigenvalues explained visually http://setosa.io/ev/eigenvectors-and-eigenvalues/ 5 comments math
- What is an Eigenvector? (visualization @ 2:27) https://www.youtube.com/watch?v=ue3yoezvt8e 74 comments math
- Eigenvectors and eigenvalues explained visually http://setosa.io/ev/eigenvectors-and-eigenvalues/ 13 comments compsci
- Eigenvectors and eigenvalues explained visually http://setosa.io/ev/eigenvectors-and-eigenvalues/ 31 comments math
- Eigenvectors and eigenvalues explained visually http://setosa.io/ev/eigenvectors-and-eigenvalues/ 8 comments programming
- I cannot wrap my head around eigenvalues and eigenvectors. Oh, the math part I understand, but why are they useful? https://github.com/jcchurch/C-Linear-Algebra 114 comments math
- My lecturer used this a real-life application example for eigenvalues and eigenvectors. http://www.maths.uq.edu.au/courses/math1051/semester1_2011/lectures/zombies.pdf 14 comments math
- Here's my eigendecomposition-based similarity search engine for English Wikipedia. It clusters Wikipedia pages in the real basis (Arnoldi basis) spanned by the eigenvectors of the link transition matrix. Runs on CUDA. Details are in my first comment. http://www.smartwikisearch.com/index.php 9 comments programming
- The $25,000,000,000 Eigenvector http://www.rose-hulman.edu/~bryan/google.html 7 comments programming
- The $25,000,000,000 Eigenvector: The Linear Algebra Behind Google http://www.rose-hulman.edu/~bryan/googlefinalversionfixed.pdf 17 comments reddit.com