Topic · Mathematics
← All topicsLinear Algebra
29 articles · 4 checkpoints · 21 deeper reads · 4 reference notes
Every article, in reading order
plant a flag as you finish eachRead these first
Every valid covariance matrix has a 'square root' that turns independent noise into correlated noise, the Cholesky decomposition is how simulations get correlated random numbers out of a stream of uncorrelated ones.
Fitting a line through data no line can pass through exactly is a shadow problem: the fitted values are literally the shadow of your data on the space of possible fits, cast straight down.
One number tells you whether solving a system of equations is safe or a numerical minefield: the condition number measures how much a matrix amplifies small errors, and a big one means your answer cannot be trusted.
Every symmetric matrix, however tangled it looks, is secretly just a stretch along a set of perpendicular directions, the spectral theorem guarantees those directions always exist and are always at right angles.
Then the rest