Solution to overdetermined systems
How to find solution to overdeterm开发者_如何学JAVAined systems in Macsyma, Scilab, Octave?
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.
The backslash operator gives the least-squares solution in Scilab.
精彩评论