How to find solution to overdetermined systems in Macsyma, Scilab, Octave?
same syntax for Matlab/Octave
Jason S
2009-12-25 13:45:28
+3
A:
You don't say what type of system it is. If it is non-linear, you are in a very serious mess. In the linear case, You are trying to solve the system Ax = y, where A is not invertible. Even though it is not invertible, it admits a pseudo inverse, which you can stably compute using SVD.
David Lehavi
2009-12-25 11:56:44