Subject: Discussion related to cado-nfs
List archive
- From: Pankaj Charpe <charpe.pankajamol@gmail.com>
- To: Pierrick Gaudry <Pierrick.Gaudry@loria.fr>
- Cc: cado-nfs-discuss@lists.gforge.inria.fr
- Subject: Re: [Cado-nfs-discuss] FactorBaseFormat
- Date: Tue, 6 Feb 2018 19:32:40 +0530
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=charpe.pankajamol@gmail.com; spf=Pass smtp.mailfrom=charpe.pankajamol@gmail.com; spf=None smtp.helo=postmaster@mail-pg0-f49.google.com
- Ironport-phdr: 9a23:y7HsCxcJ8Q+xhcCWb1xSvA6nlGMj4u6mDksu8pMizoh2WeGdxcS4ZR7h7PlgxGXEQZ/co6odzbaO6ua4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahfL9+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v9LlgRgP2hygbNj456GDXhdJ2jKJHuxKquhhzz5fJbI2JKPZye6XQds4YS2VcRMZcTy5OAo28YYUBDOQPIPhWoJXmqlQUsRezHxOhCP/zxjJKgHL9wK000/4mEQHDxAEuBcgBsHLXrNrvNqcZTP64zKnSwjXZd/NZxyr25Y/UfRAhu/6MR6pwftTLxUk3DQzFiFaQppbnPzyP0+QNtGyb4vFvVeKqkWEnqgVxriKzyccrj4nEn4QYwU3H+yVh2Is4J9K1RFRmbdK6EJZcrSKXOoVsTs4tR2xlvjsxxKcctp6hZicKzYwqxx7BZPyDdIiF+hfjW/yQITd8nX5lYL2/iwqr/UiuxeDxUtO40FlNripCndnMsm4C2wbP5ciAT/tx5kah2TCR2ADP8uxJI085mbDGJ5I/wrM8jJkevErZEiL5nEj6lKqWeV8l+uis5eTneLLmppqEOoBoigHxKL4umtShDugiKggBRW6b+eem273h50L5RbJKjvktn6nWtZDVP8UbpqqjDwBJ1YYj7g6zDy2639QAgXkHMFVFdQqbgIfzJl7OJ+n0DfGxg1S3iTtk2vHGPqb9DZXQNXjDi6zsfbJ8605H1Aoz1spT551aCrEGOvLzVVH+uMbZDh8/KQy0wvzoBM9z1oMECiqzBfqhMa7Iq16D5aoAKvSAfp5d7A78JuI/5vXty1AwhFMHbIGt2oEWYTa2BKI1DV+eZC/Ui9ECGGVClQo3VvTnwAmJUTdJf3v0R6s65Tg5AYehCa/MQ4mshPqK2yLtTc4eXXxPFl3ZSSSgTI6DQfpZLXvKepYwwAxBbqCoTsoa7T/rsQb7z7R9Ke+No38XsJvi0J5+4OiBzEhupwwxNNyU1iS2d08xhnkBHmZk06V2oEg7wVCGg/Ah3q5oUOdL7vYMaT8UcJ7Ry+sgVoL3UwPFO8+GEBOoHoTgDjY2QdY8hdQJZhQlFg==
- List-archive: <http://lists.gforge.inria.fr/pipermail/cado-nfs-discuss/>
- List-id: A discussion list for Cado-NFS <cado-nfs-discuss.lists.gforge.inria.fr>
Thanks, I'll check it out.
-pankqj
On Feb 6, 2018 7:03 PM, "Pierrick Gaudry" <pierrick.gaudry@loria.fr> wrote:
Hi,
The full story is computing the maximal order of a number (or function)
field, which is closely related to factoring polynomials over p-adic
numbers (or power series).
This is covered, for instance, in Chapter 6 of Cohen's book "A course in
computational algrebraic number theory". In Cado-nfs 2.3, this is
implemented in the numbertheory/ subdirectory.
However, for makefb, only a very partial information is sufficient, so
that a simpler Hensel-like procedure is used. For this part, as far as I
know there is no article or book describing it. The sage source:
sieve/makefb.sage
might be easier to understand than the C code. But in the end, the main
keyword is: Hensel. You know what's going on modulo p^k and compute what
it yields modulo p^{k+1} until you reach some regular pattern.
Regards,
Pierrick
On Mon, Feb 05, 2018 at 04:31:01PM +0530, Pankaj Charpe wrote:
> can you please provide a link to any reference paper to study this? It
> will be very helpful to me.
>
> -pankaj
- Re: [Cado-nfs-discuss] FactorBaseFormat, (continued)
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/03/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Emmanuel Thomé, 02/04/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/05/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/05/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Emmanuel Thomé, 02/05/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/05/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Emmanuel Thomé, 02/05/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/05/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/05/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pierrick Gaudry, 02/06/2018
- Message not available
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/06/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/05/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/05/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Emmanuel Thomé, 02/04/2018
- Re: [Cado-nfs-discuss] FactorBaseFormat, Pankaj Charpe, 02/03/2018
Archive powered by MHonArc 2.6.19+.