I had an exam today. One question inspired me. Let En:n×n and eij=1. Then the inverse of An=En−In is A−1n=1n−1En−In if 2≤n. There are two interesting things about this: The inverse can be expressed using matrix operations, and the matrix operations can be used to verify that A−1 is actually an inverse.
To verify the result, note first that E2n=nEn. This identity can be seen as the workhorse of the method. Check that AA−1=I.
A−1nA−1n=(En−In)(1n−1En−In)=nn−1En−En−1n−1En+In=In
I'll have to think about this some more sometime. Can other simple matrices be inverted and expressed using matrix operations? What are some useful workhorses? Why has no one told me about this before?