I have the function $f(x,y) = ax^2 + bxy + cy^2 + dx + ey + 1 = 0$, and have a set of 10 $x$ values and corresponding $y$ values where
$x = (x_1, x_2, ... x_{10})$
$y = (y_1, y_2, ... y_{10})$
And need to find values of $a,b,c,d,e$ that form an ellipse that all of these values (approximately) lie on. I can put all 10 $x$ and $y$ values into the function to get a set of 10 equations with 5 unknowns, but then how would I go about writing this in the form $Av = b$, where $v$ is the column vector $(a,b,c,d,e)^T$?
Vectors/matrices are not my strong point.
Five equations suffice to fix the ellipse in position. Any five points determine an ellipse. So a lot of ellipse combinations$ (^{10} C_5)$ can be drawn.
If 10 points are given and you wish to use all of them equitably in the solution a least squares ellipse curve fit can be found by minimization of deviations.