Re: interest for PARI/GP Jupyter notebook ?

"Edgar Costa" <[email protected]> Thu, 25 Jan 2024 19:18:01 -0500
Newsgroups gmane.comp.mathematics.pari.devel
Message-ID <CA+iQ7x5Z8NqeJo4MwJd0QG0CRS-Oedz1tPGt8FgZ5S_GiJiiYw@mail.gmail.com>
Ups, I could have just pointed to:
https://chatelet.mit.edu/share/public_paths/58cb7211567db6f70ca6937c2fb3ff789d56da4e

On Thu, Jan 25, 2024 at 7:16 PM Edgar Costa <[email protected]> wrote:

> 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.
>
>