Georgi Guninski on Mon, 09 Sep 2024 15:25:11 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Computing p-adic logarithm with precision two
|
- To: Aurel Page <aurel.page@normalesup.org>
- Subject: Re: Computing p-adic logarithm with precision two
- From: Georgi Guninski <gguninski@gmail.com>
- Date: Mon, 9 Sep 2024 16:24:52 +0300
- Cc: pari-dev@pari.math.u-bordeaux.fr
- Delivery-date: Mon, 09 Sep 2024 15:25:11 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1725888308; x=1726493108; darn=pari.math.u-bordeaux.fr; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=yLGGvZyjyTzMgYNAVLNdgiYKnf9XArr7mmt80at0Vlo=; b=It1Nw85m1NxvHFoXM3cM3wGVeseA0nUpiIv3ZdcZBINwqAs0Yec6tBfo4m2xdnanpv 4ulDgCJ9+Vt588+jFUAM1M/BiJQoYZF5ctzPHYK1/wOi2c4Qp62Mmo0ZELHTWXwXe/0k Q6AYQQe3sNjM6pbR9glqZGLNWtXurs5VwVPGMSFuw+mdkNDtYp/+DCI54WWEsliaV7+f 4v/f2xRhiF0FCE4V76gvxRogVqCpiiW8vTZ5ZWWtTmLXu885xlHpAJItTKgl4duW/Gz9 splQNQhMPEdMLBaFwZHR4kR4Y42SeMRoTY3fW2uJjF4L78wHesww3X26HoKQIDYR1E9P h9HA==
- In-reply-to: <6204850e-fc84-4c43-82b4-76e0d91dbad9@normalesup.org>
- References: <CAGUWgD8UzuZq=1fm7LLimE7BPbmpSxStXzoV8Fgov91qsEN5hw@mail.gmail.com> <6204850e-fc84-4c43-82b4-76e0d91dbad9@normalesup.org>
On Mon, Sep 9, 2024 at 4:13 PM Aurel Page <aurel.page@normalesup.org> wrote:
>
> Dear Georgi,
>
>
> By "precision 2", do you mean computing the result up to O(p^2) or
> O(p^3)? I assume that B is assumed to be in Z_p?
> If the former, then p*(p-a) is unnecessary, -a*p is sufficient. If the
> latter, then you are missing one term.
>
Thanks.
I mean with O(p^2) and my result is equal to pari's `log(B+O(p^2))`.
Does pari use the same algorithm?