In sympy, given a matrix equation
M * x + N * y = 0 (or more complicated..)
how to solve this for x? (M,N = matrices, x,y = vectors)
I tried this with normal symbols, but obviously this failed. Using MatrixSymbol was not working as well. Is there some way to do it, or is sympy not capable of doing it?