Qm

Topic · Mathematics

← All topics

Linear Algebra

29 articles · 4 checkpoints · 21 deeper reads · 4 reference notes

Every article, in reading order

plant a flag as you finish each

Read these first

  1. 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.

  2. 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.

  3. 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.

  4. 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

Reference notes4 short entries