What is the computational complexity of computing the least squares solution using the normal equations?
O(n^3)
O(n^2)
O(n)
O(2^n)

Numerical Analysis Exercises are loading ...