Systems of equations...
Systems of equations...
(OP)
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 I'm doing some work solving curves based on certain reference points (complex curved surfaces, could be quite interesting...), and I need to be able to solve systems of equations. I believe Cowski had something on that...
Thank you,
Starfox
Thank you,
Starfox
RE: Systems of equations...
Or you could do a search for topics such as Gauss-Jordan, Gauss elimination, or LU decomposition; that might turn up something useful for you.
Good luck!
RE: Systems of equations...
Thanx,
Starfox
RE: Systems of equations...
The site is www.nr.com