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?
M,N
symbols or simply numbers? – Nervelesssolve
on matrix expressions but it could if enough people ask for it. Perhaps you could raise an issue on github? github.com/sympy/sympy/issues – Sheffie