I would like to know the following:
How to find Jacobian and rank of an hyper elliptic curve like $x^5-x= y^2-y$?
High regards
Rosy
I would like to know the following:
How to find Jacobian and rank of an hyper elliptic curve like $x^5-x= y^2-y$?
High regards
Rosy
Copyright © 2021 JogjaFile Inc.
For what it's worth, I used Magma to compute the rank and torsion subgroup of the jacobian, as follows:
For the torsion, Magma requires the curve to be of the form $y^2=f(x)$, so I changed variables and wrote the curve as $y^2=4x^5-4x-1$. The answer is $J\cong \mathbb{Z}^3$.
If you want to do this by hand, then I recommend the linked article by Michael Stoll.