Re: Question about the use of mfslashexpansion
"Cohen Henri" <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.user |
|---|---|
| Message-ID | <154-68912380-41-19ff5960@46345097> |
a = mffrometaquo([1, 8; 2, 8]); b = mfinit(a); c = 8 * (mfslashexpansion(b, a, [1, 0; 0, 2], 50, 1, &P) + mfslashexpansion(b, a, [1, 1; 0, 2], 50, 1, &P))Output: Since you included the parameter P, you will see that P[2]=2, which means that the actual variable is q^2 and not q.