Re: How to compute the components of `q=Qfb(A,B,C)`?
"Cohen Henri" <[email protected]> Wed, 17 Jul 2024 13:31:47 +0200
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <49-6697ab80-2d-5c3de700@28992606> |
On Wednesday, July 17, 2024 13:25 CEST, Georgi Guninski <[email protected]> wrote: I couldn't find this in the fine manual. Given `q=Qfb(A,B,C)`, how to find A,B,C? Not very elegant but A=component(q,1), B=component(q,2), C=component(q,3).