Formula for a circle:
(x-a)^2 + (y-b)^2 = r^2 We need to solve for parameters a, b, r given N points on circle. We will use least squares. Remember, for least squares, we want to minimize the residual for a projection of “y” onto the vector space defined by the…