Bill Allombert on Tue, 03 Jun 2025 00:49:37 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: inconsistent results from hyperellratpoints
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: inconsistent results from hyperellratpoints
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Tue, 3 Jun 2025 00:49:32 +0200
- Delivery-date: Tue, 03 Jun 2025 00:49:37 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=math.u-bordeaux.fr; s=2022; t=1748904574; bh=/utOCg1T7gJg9rKfEaHjcctjER9qL0vSQIa0b6UZ9Co=; h=Date:From:To:Subject:References:In-Reply-To:From; b=OdpeRU8+d9vQzpNFIzhoVcHl4Tj5I6wiD5JIRv7CSEq3Qc1ziS4QTsieV1Lema08Y Go6kmywMpmiaDYIxe89wYKsO0JUytE4oZRNa5fBGCDVS6oxM5oEYniYDmNXpGFGXcm xZQC9GZZi7qQoRWXUu5Jc4kqQM1xFWkgeGxueb8h4FeYOKlPEIyfeSyN24Q9Njplfq iYn6ivNAa/iciJsOSTZ8rbBWDBU7PX1TmmnYfBeP8Dp5GNQvFyQNPGCAV28gfAoCE3 CRmeLTDtB4HOeu4oSCt9XCcAGfsWnexQke9JR/g8W4MFtRPGJqfUxPerawCzwuW87o k0urmLJ/Jwha+kbOWq44/UgswsjqnrItTJhVXNxrXPs6nGqsMrfNPzJonjL90HfGEw M5lyb5y2aCkC6aFas7uj/9WZxXUNgvxtc58Mm+E4TL2BaEn0pyD/FoQy9yrePbHVcP 5LVgwH2E+gHWOialE0VG4uAV1WuCe9FcKnwfgQ0JP4mUhV86hZhVxbnl0OfyIwYf3o JZh6uJjJAPKEcGVr5s8IT7pHzXeGg9juUHGGiwfqJIbvLCoRmKURw1yTNWxh3PTDDz GTznBTd4nYg+4UBVFmwhlSGzrDyimNpecCkEQHAQdWCs0Of6c2Kw7unmgqMBhE1xg0 BA9ieRdr0UjwhzS+rGIkQkIw=
- In-reply-to: <902bb7a6-4dda-4198-b84f-b8262677490b@gmail.com>
- Mail-followup-to: pari-users@pari.math.u-bordeaux.fr
- References: <902bb7a6-4dda-4198-b84f-b8262677490b@gmail.com>
On Mon, Jun 02, 2025 at 02:59:29PM -0700, American Citizen wrote:
> Can anyone explain this one?
>
> > ? P= -x^4 + 1396354*x^2 - 282104388225
> > ? hyperellratpoints(P,975)
> > %19 = [[-975, 376320], [-975, -376320], [-495, 0], [495, 0], [975,
> > 376320], [975, -376320]]
> > ? hyperellratpoints(P,1073)
> > %20 = [[-1073, 0], [-495, 0], [495, 0], [1073, 0]]
> > ? hyperellratpoints(P,1074)
> > %21 = [[-1073, 0], [-975, 376320], [-975, -376320], [-495, 0], [495, 0],
> > [975, 376320], [975, -376320], [1073, 0]]
> what happened at x=1073? where did the rational pts at x= -975 and +975 go
> to?
This seems like a bug.
The first "bad" commit is
commit ac281cdddcf2dfbf530d180ce0b3c816715aa9e6
Author: Karim Belabas <Karim.Belabas@math.u-bordeaux.fr>
Date: Wed Oct 16 19:55:04 2019 +0200
change ZX_Uspensky so that it finds all rational roots first
- negligible cost
- this is a often a big speed improvement
- guarantees that all rational roots are found
Cheers,
Bill