Linear Regression From the Inside
Glossary
An identity matrix — a square matrix with ones on the main diagonal and zeros elsewhere.
An inverse matrix — a square matrix is a matrix with a superscript -1 whose product with is equal to the identity matrix.
Dummy code — a simple code that doesn't mean anything.
Invertible matrices — matrices that have an inverse.
Non-invertible — matrices that don't have an inverse.