Solving an equation involving a matrix and a vector

53 Views Asked by At

I have to solve the following equation for x:$$ \sum_{k} (x'A_kx - 1)(A_kx)=0$$ $A_k$ is a matrix and $x$ is a vector. Can anyone give me some suggestion on how to solve this problem? Thanks in advance!