标题: anyone know this--solve matrix equation? [打印本页] 作者: shiyiming 时间: 2006-1-24 05:11 标题: anyone know this--solve matrix equation? I have a big problem right now. anyone can help me with this?
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.