The Matrix/vector formulation of OLS is given by
$$\vec \beta = \left( X^T X \right)^{-1} X^T \vec y$$
which is very nice as a matrix equation.
But what is the equivalent scalar equation for a single entry of $\vec \beta$ in the above equality?
Matrix multiplication is straightforward enough as a series, but I am somewhat at a loss when I get to the matrix inversion. The way I learned matrix inversion was to setup a particular augmented matrix and put it into reduced echelon form. I don't know how to convert that to a series expression. And maybe there isn't one, but I thought I would ask.