c++ code to solve M simultanous linear equations with N variables - N<M
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Don't we all! anyway, have a look at the free LAPACK packages.
Watched code never compiles.
-
Perhaps Gaussian elimination[^] is what you're after.
Steve