What the shape decides
What A⁺ gives you depends entirely on the shape:
- More rows than columns (tall — too many equations, usually no exact solution) →
x = A⁺bgives thexthat makesAxas close as possible tob. This is least squares. - More columns than rows (wide — too few equations, infinitely many solutions) →
x = A⁺bgives the valid solution with the smallest norm.
Same function, two completely different jobs, chosen by the geometry rather than by an argument you pass.