|
Author |
hbghlyj
Posted 2023-4-28 20:53
Last edited by hbghlyj 2023-5-2 17:20Blowing up the Veronese Surface
二次曲线的对偶曲线由它的切线组成.
直接联立$ax^2+by^2+cxy+dxz+eyz+fz^2$和$Xx+Yy+Zz=0$消$x$,然后令$\Delta_y=0$:
- Collect[(FactorList@Discriminant[Resultant[a x^2+b y^2+c x y+d x+e y+f,X x+Y y+Z,x],y])[[3,1]],{X,Y,Z}]
Copy the Code \[X^2 \left(e^2-4 b f\right)+Y^2 \left(d^2-4 a f\right)+Z^2 \left(c^2-4 a b\right)+XY (4 c f-2 d e)+ZX (4 b d-2 c e)+Y Z (4 a e-2 c d)\] |
|