Max Alekseyev on Tue, 29 Sep 2020 19:50:14 +0200
[
Date Prev
] [
Date Next
] [
Thread Prev
] [
Thread Next
] [
Date Index
] [
Thread Index
]
size of the coefficients returned by bnfisnorm()
To
:
pari-users@pari.math.u-bordeaux.fr
Subject
: size of the coefficients returned by bnfisnorm()
From
: Max Alekseyev <
maxale@gmail.com
>
Date
: Tue, 29 Sep 2020 13:49:34 -0400
Delivery-date
: Tue, 29 Sep 2020 19:50:14 +0200
Dkim-signature
: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=RAuxyfDcY9BJo+ggSJuPp1IAoAz2m+FnDMry/57U1JM=; b=t4C5zy3vwHpSynWr0ZCFjDWFNow0c7Qh2VH9whKNNzk0wwpLmZzM08MaQo8NrKt4B8 hox4/+WMhwhaAE7lHRT+p2MeFOSzYS2rDUTuulYwjerciBCovENs/1RHPgEtfQGfCIV1 gx1F37d5k/vPQ3BwsIjhjiqVV+sPECtEBO+1R5BgapDe7pvR0Z6Jtl5Ee6WQQoQSbha4 WYKsqXPY0ESHN2wNkr3Iv5KDCDONdwpoahpR2REHVqyR6dfHdM8jABAclXSttrPs7Lki rfHxbQfQdZLsgP5wU71PdfLjgm9cplKMQZehdkEQs+RvUYTpimaIzYYEL12Biul6j9DE eVjA==
In the following example bnfisnorm() returns an answer with coefficients with quite large numerators/denominators, while smaller ones exist.
Is there a way to minimize those?
? bnfisnorm( bnfinit( x^2 + 2537 ), 2021 )
%148 = [Mod(256420604537/291038813883*x + 2091491150354/291038813883, x^2 + 2537), 1]
? norm( Mod(50/57*x + 473/57, x^2 + 2537) )
%149 = 2021
Thanks,
Max
Follow-Ups
:
Re: size of the coefficients returned by bnfisnorm()
From:
Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Prev by Date:
Re: Fortran compatibility
Next by Date:
Re: size of the coefficients returned by bnfisnorm()
Previous by thread:
Re: Fortran compatibility
Next by thread:
Re: size of the coefficients returned by bnfisnorm()
Index(es):
Date
Thread