Loïc Grenié on Wed, 13 Mar 2024 17:50:03 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Finding coefficients in linear combination


On Wed Mar 13th, 2024, at 17:12, Swati, NoFirstName wrote:
Hello,
Thank you for the correction. By \Delta, I mean the Ramanujan Delta function defined as 24th power of the Dedekind eta function and the T_{17} refers to the integer weight Hecke operator.

     Then using mfcoefs, and matkermod you should be able to find your
  coefficients, sorry I'm too lazy to write the code myself...

        Best,

             Loïc

 

From: Ruud H.G. van Tol <rvtol@isolution.nl>
Sent: Wednesday, March 13, 2024 12:09 PM
To: Swati, NoFirstName <S10@email.sc.edu>
Subject: Re: Finding coefficients in linear combination
 

[off-list]

On 2024-03-13 16:37, Swati, NoFirstName wrote:
> I am trying to look for an efficient way to compute the coefficients
> a_{i} in the linear combination of  the form
> \Delta^{129} \mid T_{17} \equiv \sum{j = 1}^{i} a_{i} \Delta^{i} \pmod{3}
> using pari/gp.

Maybe you meant:

\Delta^{129} \mid T_{17} \equiv \sum_{j = 1}^{i} a_{i} \Delta^{i} \pmod{3}

(I only added an underscore after sum)


-- Ruud