I have a big problem right now. anyone can help me with that?
matrixa* matrixb*...*matrix(n-1)*inv(matrixn)=0
matrixa .... matrixn contain some variables. Now I want to solve the above equations to obtain these variable. and I cannot work out the explict form of the above equation. any funtion for this question? I know there are some if AX=C THEN x=inv(A)*C. but now I don't know A.