⚙️AlgorithmIntermediate
Matrix Factorizations (Numerical)
Matrix factorizations rewrite a matrix into simpler building blocks (triangular or orthogonal) that make solving and analyzing linear systems much easier.
#lu decomposition#qr factorization#householder reflections+12