I have an equation like
$$A = (B + mI)^{-1}D$$
$I$ = Identity matrix
$m$ = Scalar such that $m > 0$
Based on the answer in this
$$\frac{dA}{dm} = \frac{d}{dm} (B + mI)^{-1} D$$ $$\frac{dA}{dm} = -(B + mI)^{-1}\frac{d}{dm}(B + mI)(B + mI)^{-1} D$$
Is this differentiation correct and can it be further simplified(middle term)?
Also, does the negative sign in the differentiation term specifies that as $m$ increases $A$ decreases and vice versa?