I am solving about constrained optimization problem.
To solve this, I have to find conditions that satisfy KKT condition.
From KKT condition, I got matrix equation like $(A+bB)x=C$.
Here, $A$ and $B$ are square symmetric matrix and invertible. $b$ is scalar value.
I want to solve this theoretically.
Can I express $(A+bB)^{-1}$ with $A, B, b, A^{-1}$, and $B^{-1}$?