For the rule below:
$$ \frac{\partial J}{\partial \mathbf{A}}= -\mathbf{A}^{-T} \frac{\partial J}{\partial \mathbf{W}} \mathbf{A}^{-T} $$
where $\mathbf{A}$ is an invertible square matrix, $\mathbf{W}$ is the inverse of $\mathbf{A}$, and J is a function (see end of section 2.2 in matrix cookbook https://www.math.uwaterloo.ca/~hwolkowi/matrixcookbook.pdf)
Does this rule hold if $\mathbf{A}$ is a symmetric matrix?
If $A$ is symmetric but not invertible, the rule won't hold as the inverse of $A$ is not even defined.
And if $A$ is symmetric invertible... then it is invertible and the formula holds as for any invertible matrix.