Let $\mathbf{Y} \in \mathbb{R}^n$ be a column vector, $\boldsymbol{\mu} \in \mathbb{R}^n$, and $A$ be a $n\times n$ matrix of constants not dependent on $\mathbf{Y}$.
Definition. $\boldsymbol{\Sigma} = AA^{T}$, and we assume $\boldsymbol{\Sigma}$ is positive definite (comes immediately from $A$ being invertible).
Calculate $\left|\dfrac{\text{d}}{\text{d}\mathbf{Y}}\left[A^{-1}\left(\mathbf{Y}-\boldsymbol{\mu}\right)\right]\right|$ with respect to $|\boldsymbol{\Sigma}|$.
Problem. I haven't actually been given a definition of $\dfrac{\text{d}}{\text{d}\mathbf{Y}}\left[A^{-1}\left(\mathbf{Y}-\boldsymbol{\mu}\right)\right]$ for this problem, other than that it is the "matrix of partial derivatives" (no further explanation beyond that). For those of you who are familiar with multivariate statistics, this is used in the derivation of the PDF of the multivariate normal distribution.
Approach #1. Use computational formula that I found in a different book: $$\dfrac{\text{d}}{\text{d}\mathbf{Y}}\left[A^{-1}\left(\mathbf{Y}-\boldsymbol{\mu}\right)\right] = A^{-1}$$ and then using that $A^{-1} = A^{T}\boldsymbol{\Sigma}^{-1}$: $$|A^{-1}| = |A^{T}||\boldsymbol{\Sigma}^{-1}| \Longleftrightarrow \left(|A^{-1}|\right)^2=|\boldsymbol{\Sigma}|^{-1} \implies |A^{-1}|=|\boldsymbol{\Sigma}|^{-1/2}\text{,}$$ which is exactly what I want.
Approach #2. Compute the matrix of partial derivatives elementwise, and take the determinant.
I have no idea how to do it this way, and I think it's the way that my text wants me to approach the problem. So I think it should look something like this:
$$\dfrac{\text{d}}{\text{d}\mathbf{Y}}\left[A^{-1}\left(\mathbf{Y}-\boldsymbol{\mu}\right)\right] = \begin{bmatrix} \dfrac{\partial [a_1 (y_1 - \mu_1)]}{\partial y_1} & \cdots & \dfrac{\partial [a_1 (y_n - \mu_n)]}{\partial y_n} \\ \vdots & \vdots & \vdots \\ \dfrac{\partial [a_n (y_1 - \mu_1)]}{\partial y_1} & \cdots & \dfrac{\partial [a_n (y_n - \mu_n)]}{\partial y_n} \end{bmatrix}$$ where $A^{-1}=[a_{ij}]$, $\boldsymbol{\mu}=[\mu_i]$ and $\mathbf{Y} = [Y_i]$.
On second thought, this doesn't seem right because I think the elements of the resulting matrix should be sums.
How do I do this problem using approach #2?