I wish to compute $$ D_x \left( A(x)^{-1} v(x) \right) $$ where $x$ is a vector, $A$ is a matrix-valued function such that $A(x)$ is always invertible, and $v(x)$ is a vector-valued function.
Looking here, I know that $$ \left( D_x \left( A(x)^{-1} v(x) \right)\right)_{ij}=\sum_k \left( \frac{\partial A(x)_{ik}^{-1}}{\partial x_{j}} v(x)_k + A(x)^{-1}_{ik} \frac{\partial v(x)_k}{\partial x_j}\right). $$ The second term in the sum is easy, and is just $(A(x)^{-1} D_x v(x))_{ij}$ where $D_x v(x)$ is the Jacobian of $v$. For the first term, I do not know how to compute $$ \frac{\partial A(x)_{ik}^{-1}}{\partial x_{j}}. $$ I tried to use the result given here, which says that if $x$ is a scalar variable then $$ \frac{\partial A(x)^{-1}}{\partial x}=-A(x)^{-1} \frac{\partial A(x)}{\partial x}A(x)^{-1}, $$ but I cannot extend it to vector variable $x$ and to the three-dimensional tensor $$ \left( D_xA(x)^{-1}\right)_{ijk} = \frac{\partial A(x)_{ik}^{-1}}{\partial x_{j}}. $$