Bill Allombert on Sat, 14 Sep 2024 19:16:35 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Regard hecke operators in half integer weight setting
|
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: Re: Regard hecke operators in half integer weight setting
- From: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
- Date: Sat, 14 Sep 2024 19:16:30 +0200
- Delivery-date: Sat, 14 Sep 2024 19:16:35 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=math.u-bordeaux.fr; s=2022; t=1726334193; bh=BBZcAWuP75pzBERxeiKxgNcUXQot4Ho/KCZjCU/cMrA=; h=Date:From:To:Subject:References:In-Reply-To:From; b=uXDcfWAdhuVvzoe8Fg928eLaGhk81W3mF/bTYpyvMZy7itlCue5zVNwENMehQ8hZe BoTQDAPC7hnxtkM4SsneFJNUjLdqVb/Am4nR413W2/ok5hDef9/UJVaF5KS8s9tl7u KDI7UkzmdiVpbR/PdQmTHHKq8YP24wc1CXI3DfIVClB/X7dYqXLLqvVXnF9DjB+L+K 3aftZru9EBT2ADQ9on2RePRO/Rkg8wLK2rccpmDjC85Ic6/6vo6z1XOfEtfpPGqMlG Zd3nb73p4ktL/UL7iV2CeVDNMQDlT0bbZNVwTKmE+hsyc9lmk+c9Q2kCkuzGFXGHPW eseVeuU878F3p9vLULirSDDh77shElxy/T24UD2l8qCTFCryBxlYTjnJPhzNXKpUCz YufvCgCLmePJjvx96Bf0tWMWc0J4/1EIDs/5Ba3tRfpcZfyPaSan314y6WxB9gedBl fuIcVkG7fRH9m5BBdRCUFf/cTwInS5ADPNMn1/SgndmLfsk7fE22g1EjzN4XnrFv75 l3WOe0EEG0x6GkXhT43Vc2RyT+dpeOl1DedCRRFW/XNzB/wqCFYPvEYSA7uREHEJHh flL5W/xtjNdkFAg7OQseuN9GGqpqpP9AP0wrhrVyqv2siiWg6tiiaE7uUcFpAppz1N I37LPArvy2DM9jTHnpuJF19U=
- In-reply-to: <SJ0PR19MB47626250000E1A67640A696680662@SJ0PR19MB4762.namprd19.prod.outlook.com>
- Mail-followup-to: pari-users@pari.math.u-bordeaux.fr
- References: <SJ0PR19MB47626250000E1A67640A696680662@SJ0PR19MB4762.namprd19.prod.outlook.com>
On Sat, Sep 14, 2024 at 02:13:01PM +0000, LNU, Swati wrote:
> Hello,
> I am trying to code the Fourier expansion of f | T_{p^2} for a half integer
> weight modular form but I am getting incorrect type in gtos error.
> Here is my code:
>
> S(f, p, k) = {f = truncate(f); sum(n = 1, poldegree(f), (polcoeff(f, (n * p^2))) + (kronecker(-4, n)^(k - (1/2)) * kronecker(12 * n,p) * p^(k - (3/2)) * polcoeff(f, n)) + (sumdiv(n, p, p^((2 * k)- 2) * polcoeff(f, n/p^2))) * q^n) + O(q^(poldegree(f) + 1));}
Please copy-paste the command that triggers the error, thanks.
Cheers,
Bill.