We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06bfc68 commit f0ab351Copy full SHA for f0ab351
src/algorithms/param-curve.jl
@@ -4,6 +4,9 @@
4
Given an ideal `I` with solution set X being of dimension 1 over the complex numbers, return
5
a rational curve parametrization of the one-dimensional irreducible components of X.
6
7
+In the output, the variables `x`,`y` of the parametrization correspond to the last two
8
+entries of the `vars` attribute, in that order.
9
+
10
**Note**: At the moment only QQ is supported as ground field. If the dimension of the ideal
11
is not one an ErrorException is thrown.
12
0 commit comments