Inverse of sum of 3 matrices

976 Views Asked by At

I need a way to compute the inverse of the sum of three matrices:

$(A + BB^T + \beta I)^{-1} $ where $I$ is identity and $\beta$ is a constant.

I am not very familiar with linear algebra, but a quick google search didn't help.