Re: How to compute the components of `q=Qfb(A,B,C)`?
Bill Allombert <[email protected]> Wed, 17 Jul 2024 13:51:00 +0200
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <ZpewJJfwRLFlV0JU@seventeen> |
On Wed, Jul 17, 2024 at 02:25:40PM +0300, Georgi Guninski wrote: > I couldn't find this in the fine manual. > Given `q=Qfb(A,B,C)`, how to find A,B,C? You can do that: ? [A,B,C]=Vec(Qfb(2,3,5)) %62 = [2,3,5] Cheers, Bill