How do Matrices Work?
So John Wiltshire-Gordon and I realized we don’t actually have any idea how matrices work. Rather, why they work.
We figured out how Gaussian elimination works generally. It looks like if you have an augmented matrix [A | B] and you Gaussian-eliminate it into [C | D], that AD = BC, always. That’s why it works to find the multiplicative inverse as well as the solution to a linear system. We also traced the determinant throughout, and saw that each time you multiply the pivot, you change the determinant. (Well, we knew that already.)
The real question is, what really is a determinant?
I’m sure this will make some great Monday Mathematics columns later.