first please be noted that it is a general expression ,because it may be translated and rotated. I have read Matrix representation of conic sections
from Wiki and I make it plot the hyperbola or ellipse depending on five points input by ginput() using matlab. I think it is wonderful ,because it utilize the matrix properties such as det, eigenvalue ,and eigenvector to extract the curve feature, which can be directly used to do construct the curve.
But I don't know how to construct the parabola ,as you know there are some exception, the det of matrix $A33$ is zero, and it only has one eigenvalue. one of eigenvector is the direction that the parabola opens at.
I suppose the only eigenvalue is the $1/4a^2$ value in the expression $y=x^2/(4a^2)$. after a simple test , this is not always right. after only rotate the curve,yes, the only eigenvalue is the $4a^2$ value. but after only Translation, it is not.
is there anyone can tell me why and how to construct the parabola ,I would appreciate