Let
$$ f(x, y) = \begin{pmatrix} h_{1}(x, y) & h_{2}(x, y) \end{pmatrix} \begin{pmatrix} h_{1,1}(x, y) & h_{1,2}(x, y) \\ h_{2,1}(x, y) & h_{2,2}(x, y) \end{pmatrix}^{-1} \begin{pmatrix} k_{1} \\ k_{2} \end{pmatrix}. $$ I want to calculate its partial derivatives $\frac{\partial f}{\partial x}$ and $\frac{\partial f}{\partial y}$. The problem I have concerns the derivative of the inverse matrix. How can I do that?
Any suggestions will be appreciated.