Extracting equations from Matrix form
I have a Matrix (M) and want to extract the actual equations from the following M.x=x; where x is a vector of variables that I want to solve for.
I would like to be able to extract the actual equations (the values for M are determined elsewhere), for example, 3 x1 + 4 x2 + 2 x3 = x1.
How can this be done in Maple?
Thanks.
Brian

Loading Comments & Answers