My purpose is to start from a plane $\pi$ of equation $z=ax+ by +c$ that intersects a cone $\kappa$ of equation $x^2+ y^2= k^2 z^2$ and find, analytically, the equation of the conic (intersection of the two surfaces), in a reference system in the plane $\pi$, so that this equation can be compared to the classical equation of a conic : $$Ax^2 + 2Bxy + Cy^2 + 2Dx+ 2Ey +F=0 \quad (1) $$ in a way that make explicit the link between the parameters $a,b,c$ of the plane $\pi$ and the matrix that gives the conic: $$ \begin{bmatrix}x&y&1\end{bmatrix} \begin{bmatrix} A&B&D\\ B&C&E\\ D&E&F \end{bmatrix} \begin{bmatrix}x\\y\\1\end{bmatrix}=0 $$
To simplify a bit, take $k=1$ so that the intersection of the plane and the cone gives: $$ \begin {cases} z=ax+by+c\\ x^2(a^2-1)+y^2(b^2-1)+2abxy+2acx+2bcy+c^2=0 \end{cases} $$ The second equation seems the searched equation, but I think that really it is the equation of the conic projected on the plane $z=0$.
If we want the equation referred to the plane $\pi$how we can proceed from this?