I'm having a dickens of a time solving a particular matrix problem:
$$M^TB^T \Sigma B - 2 \Sigma BMB = 0$$
$M$ is a 1 by k matrix, with feature means.
$B$ is a k by 1 matrix, with feature coefficients.
$\Sigma$ is a k by k co-variance (symmetric) matrix.
I'm trying like the dickens to solve for $B$, but given the arrangement of the matrices, it's looking impossible, that could be just my limited knowledge of matrices though.