Hacker News with Generative AI: Linear Algebra

New textbook teaches students about matrix methods and their real world apps (engin.umich.edu)
A new textbook, Linear Algebra for Data Science, Machine Learning, and Signal Processing, is being unveiled for use in classes that explore the many applications of matrix methods to real world data.
Transforming Colors with Matrices (lisyarus.github.io)
There's one trick we use at work, and now I'm using in my current medieval village building game project, which apparently isn't as well-known as I thought: transforming colors using matrices, interpreting colors as 3D RGB or 4D RGBA vectors. In this article I'll try to explain how it works and which operations on colors can be represented this way.
Show HN: OneSparse – Open Source Accelerated Sparse Linear Algebra for Postgres (github.com/OneSparse)
OneSparse Postgres extends the PostgreSQL object relational database with the state-of-the-art SuiteSparse:GraphBLAS high performance dense/sparse linear algebra library.
Neat Randomized Algorithms: RandDiag for Rapidly Diagonalizing Normal Matrices (ethanepperly.com)
Consider two complex-valued square matrices and . The first matrix is Hermitian, being equal to its conjugate transpose . The other matrix is non-Hermitian, . Let’s see how long it takes to compute their eigenvalue decompositions in MATLAB:
Linear Algebra Done Right [pdf] (axler.net)
Interactive Linear Algebra Dan Margalit, Joseph Rabinoff (math.gatech.edu)
Linear Algebra: What matrices are (2011) (wordpress.com)
Poor Foundations in Geometric Algebra (terathon.com)
Linear Algebra Done Wrong (2004) (math.brown.edu)
Introduction to Linear Algebra (freetext.org)
Linear Algebra for Data Science (kyunghyuncho.me)
Terence Tao's lecture notes on Linear Algebra (twitter.com)
Beating NumPy matrix multiplication in 150 lines of C (salykova.github.io)
Beating NumPy's matrix multiplication in 150 lines of C code (salykova.github.io)
Linear Algebra 101 for AI/ML (trybackprop.com)
Shape Rotation 101: An Intro to Einsum and Jax Transformers (bearblog.dev)
Einsum for Tensor Manipulation (pages.dev)
Faer-rs: Linear algebra foundation for Rust (github.com/sarah-ek)