How do we find the equation of a conic given five points on it?
Is there a quick method, such as some determinant; which may help solve for the equation easily?
Of course, one may just substitute the given 5 points in the general equation of the conic, and solve for the unknowns - but that method is very time consuming and exhausting.
Could someone please help me generate a matrix, whose determinant gives the required equation of the conic? Data available: Coordinates of 5 points on the conic.
Thanks in advance!
P.S. I've successfully generated a determinant for the equation of a circle, given three points on it.
Here's the link to where I first found it, and later proved it - Get the equation of a circle when given 3 points



Given distinct points $P_1=(x_1,y_1), P_2=(x_2,y_2), P_3=(x_3,y_3), P_4=(x_4,y_4), P_5=(x_5,y_5)$, the equation of the conic through them is $$\det{\begin{pmatrix}x^2&xy&y^2&x&y&1\\x_1^2&x_1y_1&y_1^2&x_1&y_1&1\\x_2^2&x_2y_2&y_2^2&x_2&y_2&1\\x_3^2&x_3y_3&y_3^2&x_3&y_3&1\\x_4^2&x_4y_4&y_4^2&x_4&y_4&1\\x_5^2&x_5y_5&y_5^2&x_5&y_5&1\end{pmatrix}}=0.$$ The equation is not identically zero since the five points are distinct, and it is satisfied for the five points, since then the first row repeats the row of the point in question.