Speaking of least squares, would it be possible to utilize
a least squares approach within "linsolve" and "solve" to
handle overdetermined systems with _too many equations_.
I.e., instead of complaining and possibly throwing away
equations, simply use _all_ of the information to provide
the best choice solution.
I suppose I'm only talking about systems with _numeric_
constant coeffients rather than variable coefficients.