Least squares is the most used computation in applied mathematics.
• Regression: every linear regression is a least-squares projection of the response onto the span of the predictors
• Curve fitting and calibration: polynomial, exponential (after a log) and trigonometric fits are all design-matrix problems
• Measurement and surveying: more measurements than unknowns, reconciled by minimizing squared discrepancies; Gauss invented the method for exactly this
• Signal processing: filters and predictors are chosen by least squares; the projection theorem is the orthogonality principle
• Machine learning: the closed-form solution for linear models, and the inner loop of many iterative methods
• Geometry: the projection onto a subspace is the nearest-point map, the foundation of Gram–Schmidt, QR and the four-subspace picture
• Statistics: with independent errors of equal variance, the least-squares estimate is the best linear unbiased one