parametrize(I)
parametrize(I,J)
Computes a rational parametrization pI of C.
If the degree of C odd, pI is over \mathbb{P}^{1}.
If the degree of C even, pI is over a conic. So to get the conic apply ideal ring to the parametrization pI. If the Option parametrizeConic=>true is given and C has a rational point then the conic is parametrized hence pI is over \mathbb{P}^{1}.
If the second argument J is not specified and degree of C is bigger than 2 then J is being computed via the package AdjointIdeal.
If the function is applied to a rational normal curve it calls rParametrizeRNC.
If it is applied to a plane conic it calls rParametrizeConic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Specifying J:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The object parametrize is a method function with options.
The source of this document is in Parametrization.m2:1255:0.