Question about mfpetersson
Ahmad Mostafa Ismail El-Guindy <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.user |
|---|---|
| Message-ID | <AS8PR04MB822986DB6D388082284ABBB7D4DF2@AS8PR04MB8229.eurprd04.prod.outlook.com> |
Hello,
I am not sure what exactly am I doing wrong, but I am getting unexpected behavior from mfpetersson which seems to violate linearity. Since <Delta, E_{12}>=0 shouldn't the first line below give <Delta, Delta>? Why is it returning 0 instead?
(12:22) gp > mfpetersson(mfsymbol(mfDelta), mfsymbol(mflinear([mfDelta,mfEk(12)],[1,2])))
%43 = 0
(12:25) gp > mfpetersson(mfsymbol(mfDelta), mfsymbol(mflinear([mfDelta,mfEk(12)],[1,0])))
%44 = 1.0353620568043209223478168122251645932 E-6 + 0.E-44*I
(12:25) gp > mfpetersson(mfsymbol(mfDelta), mfsymbol(mflinear([mfDelta,mfEk(12)],[0,1])))
%45 = 0
Thanks,
Ahmad