I have lots of simultaneous equations, all containing a few variables from a set of a large number of variables. None of the equations are exact, it's possible that some are completely incorrect. Some equations may conflict with other equations, so it is unlikely that there is an exact solution. Is there a standard way to find the "best solution" to the system of simultaneous equations? For example a least squares solution or something similar?
Thanks