I just came across the document "Calculating with Conics" (PDF) (Chapter 11 of a larger work) and I became interested with the method presented here, on how to solve the coordinates of the point of intersection of two conics using their matrix representation (Section 11.4).
However, I am confused about what really happens in the part where the values $\alpha$, $\beta$, $\gamma$, and $\delta$ are to be obtained, and I don't know if they are single numbers or matrices.
From page 191:
$$\begin{align} \alpha &= [A_1, A_2, A_3] \\ \beta &= [A_1, A_2, B_3]+[A_1, B_2, A_3]+[B_1, A_2, A_3] \\ \gamma &= [A_1, B_2, B_3]+[B_1, A_2, B_3]+[B_1, B_2, A_3] \\ \delta &= [B_1, B_2, B_3]\end{align}$$ where the $A_i$ and $B_i$ are the column vectors of matrices $A$ and $B$ representing two conics.
This is not a homework. I am just a high school student interested in other ways to solve systems of conics.
Can someone simply explain to me how to get the 4 values from the matrix representation of the conics?