Don’t invert that matrix

There is hardly ever a good reason to invert a matrix… you’re still better off solving Ax = b than multiplying by A-1, even if the computation of A-1 came for free. Solving the system is more numerically accurate than the performing the matrix multiplication - Cook

Written on September 3, 2019, Last update on September 3, 2019
matrix math