Hacker News
- Thirty-three Miniatures: Applications of Linear Algebra (2012) [pdf] https://kam.mff.cuni.cz/~matousek/stml-53-matousek-1.pdf 13 comments
- Linear Algebra Review and Reference (2012) [pdf] http://cs229.stanford.edu/section/cs229-linalg.pdf 4 comments
- Surprises from numerical linear algebra (2010) http://www.johndcook.com/blog/2010/01/20/ten-surprises-from-numerical-linear-algebra/ 49 comments
- Lisp Linear Algebra: tpapp's lla at master - GitHub http://github.com/tpapp/lla 3 comments
- Linear Algebra Done Wrong [pdf] http://www.math.brown.edu/~treil/papers/LADW/LADW.pdf 12 comments
- Strang's “Linear Algebra and Learning from Data” is printed and available http://math.mit.edu/~gs/learningfromdata/ 22 comments
- Integrating const-generics to nalgebra 0.26 (linear-algebra library) https://www.dimforge.com/blog/2021/04/12/integrating-const-generics-to-nalgebra/ 19 comments rust
- [In progress] sparse-linear-algebra : iterative linear solvers, eigensolvers + more in native Haskell https://github.com/ocramz/sparse-linear-algebra 15 comments haskell
- Singh’s “Linear Algebra Step by Step” Rigor https://www.amazon.com/Linear-Algebra-Step-Kuldeep-Singh/dp/0199654441 13 comments math
- is it possible to learn Linear Algebra through programming? https://www.reddit.com/r/learnprogramming/comments/aft1pn/is_it_possible_to_learn_linear_algebra_through/ 9 comments learnprogramming
- Linear algebra with string diagrams http://chalkdustmagazine.com/features/linear-algebra-diagrams/ 4 comments math
- Necessary Linear Algebra for Galois Theory https://www.reddit.com/r/math/comments/5jv6fe/necessary_linear_algebra_for_galois_theory/ 6 comments math
- Graphical Linear Algebra: Spoilers, Adding (Part 2) and Zero http://graphicallinearalgebra.net/2015/04/30/spoilers-adding-part-2-and-zero/ 12 comments math
- Self studying university level linear algebra? http://www.amazon.com/gp/product/0534405819/ref=s9_simh_gw_p14_d0_i1?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-3&pf_rd_r=1H168DZTKGVRQ59DYK3A&pf_rd_t=101&pf_rd_p=470938811&pf_rd_i=507846 23 comments math
- Is linear algebra supposed to be this easy? http://www.math.rutgers.edu/courses/ug_courses.html 5 comments math
- Fast Linear Algebra library for Rust https://www.nalgebra.org/ 14 comments rust
- Part III: A Physicist Completes a Linear Algebra Result https://www.reddit.com/r/math/comments/cq3en0/part_iii_a_physicist_completes_a_linear_algebra/ 77 comments math
- Correspondence of Linear Logic & Geometric Algebra (2000) http://www.seas.upenn.edu/~sweirich/types/archive/1999-2003/msg00520.html 6 comments haskell
- Correspondence of Linear Logic & Geometric Algebra http://www.seas.upenn.edu/~sweirich/types/archive/1999-2003/msg00520.html 9 comments math
- Numeric linear algebra code: an appreciation https://scottlocklin.wordpress.com/2016/05/26/numeric-linear-algebra-code-an-appreciation/ 6 comments programming
- Linear algebra for game developers (/r/programming x-post) http://blog.wolfire.com/2009/07/linear-algebra-for-game-developers-part-1/ 6 comments gamedev
- Help cramming for Linear Algebra http://www.case.edu/artsci/math/mwmeckes/math307/ 7 comments math
- Need a little help math reddit. Is this short proof correct? (Linear Algebra) http://farm4.static.flickr.com/3375/3256328917_e2bfedda6e_b.jpg 90 comments math
- The Linear Algebra behind Google Pagerank. http://www.rose-hulman.edu/~bryan/googlefinalversionfixed.pdf 2 comments programming
- Awesome free Linear Algebra textbook http://joshua.smcvt.edu/linearalgebra/ 13 comments programming
- faer 0.13 release, a general purpose linear algebra library https://github.com/sarah-ek/faer-rs 20 comments rust
- Awesome (And Free!) Interactive Linear Algebra Textbook https://textbooks.math.gatech.edu/ila/ 5 comments math
- Good C math library for linear algebra? https://www.reddit.com/r/gamedev/comments/5ihrco/good_c_math_library_for_linear_algebra/ 23 comments gamedev
- Study Calculus III or Matrix and Linear Algebra? Practicality for CS https://www.reddit.com/r/cscareerquestions/comments/4refsl/study_calculus_iii_or_matrix_and_linear_algebra/ 11 comments cscareerquestions
- Mind = blown in linear algebra class today when the Fibonacci sequence showed up http://www.wolframalpha.com/input/?i=%28%28sqrt5%29%2F5%29%28%281%2Bsqrt5%29%2F2%29%5E10-%28%28sqrt5%29%2F5%29%28%281-sqrt5%29%2F2%29%5E10%2C+fibonacci%2810%29%2C+ 79 comments math
- Hello mathematics redditors! Today I started a new article series on MIT's Linear Algebra. Enjoy! http://www.catonmat.net/blog/mit-linear-algebra-part-one/ 6 comments math
- Opinions on Axler? Should determinants be deferred when learning/teaching linear algebra? https://www.reddit.com/r/math/comments/o6gtxb/opinions_on_axler_should_determinants_be_deferred/ 181 comments math
- A list of 30+ free textbooks from calculus, linear algebra to discrete math, proof, combinatorics and programming https://danaernst.com/resources/free-and-open-source-textbooks/ 25 comments compsci
- How do I get Matlab to solve 3 coupled non-linear algebraic equations with input parameters? https://www.reddit.com/r/matlab/comments/68jufo/how_do_i_get_matlab_to_solve_3_coupled_nonlinear/ 4 comments matlab
- Free textbook by Linear Algebra Done Right author: Measure, Integration & Real Analysis http://measure.axler.net/mira.pdf 23 comments math
- An abstract algebraic approach to homogeneous linear differential equations with constant coefficients, Part I http://minimalrho.wordpress.com/2019/10/04/an-abstract-algebraic-approach-to-homogeneous-linear-differential-equations-with-constant-coefficients-part-i/ 15 comments math
- Immersive Math: The world’s first linear algebra book with interactive figures (ArsTechnica article) http://arstechnica.co.uk/science/2015/09/immersive-math-the-worlds-first-linear-algebra-book-with-interactive-figures/ 16 comments math
- My first deep-dive into linear algebra and numerical analysis. An article describing how to write a C library that performs most of the "academical" algorithms for matrices (Row Echelon, Reduced Row Echelon, LU(P) Factorization, Inverse, Determinants, etc.) https://www.andreinc.net/2021/01/20/writing-your-own-linear-algebra-matrix-library-in-c 8 comments math
- Blaze-lib: a C++ linear algebra template expressions library. Similar to eigen, but faster. https://code.google.com/p/blaze-lib/ 10 comments cpp
- dlib: a C++ library for developing portable applications dealing with networking, threads, graphical interfaces, data structures, linear algebra, machine learning, XML and text parsing, numerical optimization, Bayesian nets, and numerous other tasks. http://dlib.net/ 36 comments cpp