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 efa4c77 commit 5453456Copy full SHA for 5453456
src/sage/schemes/hyperelliptic_curves/invariants.py
@@ -322,6 +322,7 @@ def igusa_clebsch_invariants(f):
322
sage: igusa_clebsch_invariants(x^5 + a*x^4 + b*x^3 + c*x^2 + d*x + e)[0]
323
6*b^2 - 16*a*c + 40*d
324
325
+ sage: from sage.schemes.hyperelliptic_curves.invariants import absolute_igusa_invariants_wamelen
326
sage: absolute_igusa_invariants_wamelen(GF(5)['x'](x^6 - 2*x))
327
Traceback (most recent call last):
328
...
0 commit comments