Given the equations
eqn1 = 5 x1 + 2 x2 + 3 x3 == 8
eqn2 = 4 x1 + 7 x2 + 9 x3 == 5
eqn3 = 6 x1 + x2 + 9 x3 == 2
how do I extract the coefficients of x1, x2, x3 to form a matrix?
I tried using CoefficientArrays but the output was given as a SparseArray.

Normalwill convert aSparseArrayinto an ordinary matrix. – Heike Sep 16 '11 at 10:48Read the FAQs3) When you see good Q&A, vote them up byusing the gray triangles, as the credibility of the system is based on the reputation that users gain by sharing their knowledge. Also remember to accept the answer that better solves your problem, if any,by pressing the checkmark sign/ - in this case Nasser's! – belisarius Sep 20 '11 at 0:32