2009-05-04, 01:11 AM
KajitiSouls Wrote:Humm....
Code:Mathematical equations
x + y + z = 45000
.05x + .08y + .12z = 4290
-2y + z = 0
Matrix representing this problem
1 1 1 45000
.05 .08 .12 4290
0 -2 1 0
Solve
How different are Matrix and Simultaneous Equations then? Sorry for the dumb question, I didn't learn Matrix in highschool here.

