|
Author |
hbghlyj
Posted 2023-6-15 18:30
dual of degenerate conics
When $A$ is singular, $A^{-1}$ is not defined, but $\operatorname{adj}A$ is defined.
Degenerate conics dualize to double lines, but double lines do not have a well defined dual. - $A=\pmatrix{1\\&0\\&&0}$, then $\mathbf x^tA\mathbf x=0$ is a double line.
$\operatorname{adj}A$ is zero matrix, so the dual of a double line is undefined. - $A=\pmatrix{&1\\1\\&&0}$, then $\mathbf x^tA\mathbf x=0$ is a pair of intersecting lines.
$\operatorname{adj}A=\pmatrix{0\\&0\\&&-1}$, so the dual of a pair of intersecting lines is a double line. WolframAlpha Since $(A^{-1})^{-1}=A$, the dual of a conic is itself, but we see this is false for degenerate conics. |
|