Let $y \sim N(\mu, \Sigma)$
In order to impliment the EM-algorithm I need the expected value:
$$\mathbb{E} \left[ y^T \Sigma^{-1} y \right]$$
Now this is obviously a scalar so I should be able to use linearity of expectation so long as I can express this in a linear sum. But, I am not sure how to express the above as a sum.
If we denote the elements of $\Sigma^{-1}$ as $s_{ij}$, how would I express the above matrix equation as a sum involving $y_i$ and $s_{ij}$?