Suppose $v^Tu \neq 1$ and $u,v \in \mathbb{R}^n$. Both $u$ and $v$ are column vectors. Define matrix $A=I+uv^T$. Show by matrix multiplication that $$A^{-1}=I-\frac{uv^T}{1-v^Tu}$$
My attempt: $$AA^{-1}=(I+uv^T)(I-\frac{uv^T}{1-v^Tu})=I-\frac{uv^T}{1-v^Tu} +uv^T-\frac{uv^Tuv^T}{1-v^Tu}=$$ $$I-\frac{1}{1-v^Tu}(uv^T-uv^T(1-v^Tu)-uv^Tuv^T)$$
I got stuck at part shown above. Can anyone help me?