Least squares turns a quadratic minimization into linear conditions. The result is a small exact system with no transcendental boundary.
SSE is a quadratic
SSE is a polynomial in a and b. Minimizing it gives slope conditions that vanish at the minimum.
SSE(a,b) is quadratic
Why normal equations
Those vanishing conditions are linear in a and b, so the fit becomes an exactly solvable system with no named boundary operation.
XTXβ=XTy
Summary
For the shown data, the normal equations are exactly the displayed augmented matrix.
[466141122]