Thanks, i just found a fast way to do it (at least enough so for my purposes). I used the iterative method - that meant all i had to do was change all of the signs except y, divide the coefficients, and drop the actual coefficient to be found to implement it. When you drop the coefficient, the...
Anybody know a quick and (somewhat) easy way to solve systems of equations using matrices...? Any time I think of elimination, I think of too many lines of code for something that should be simpler. I've made a 3d renderer in vb (actually envelop - nearly vb4 but free). It's gone nicely, but...