Re: interest for PARI/GP Jupyter notebook ?
"Edgar Costa" <[email protected]> Thu, 25 Jan 2024 19:16:44 -0500
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <CA+iQ7x5YzPYcBQ-7i==ieN6PJ43nxmcdzgKk7ssxeqDqLj1BAQ@mail.gmail.com> |
> > What should we output ? > > Cell 1 ---- a = factor(2^128+1) ## b = factor(2^256+1) ## ---- %1 = [ 59649589127497217 1] [5704689200685129054721 1] *** last result computed in 13 ms. %2 = [ 1238926361552897 1] [93461639715357977769163558199606896584051237541638188580280321 1] *** last result computed in 441 ms. Cell 2 ---- a = factor(2^128+1) b = factor(2^256+1) ## ---- %3 = [ 59649589127497217 1] [5704689200685129054721 1] %4 = [ 1238926361552897 1] [93461639715357977769163558199606896584051237541638188580280321 1] *** last result computed in 442 ms. Cell 3 ---- ## a = factor(2^128+1) b = factor(2^256+1) ---- *** last result computed in 442 ms. %5 = [ 59649589127497217 1] [5704689200685129054721 1] %6 = [ 1238926361552897 1] [93461639715357977769163558199606896584051237541638188580280321 1] Cell 4 ----- ## ----- *** last result computed in 442 ms.