Edgar Costa on Fri, 26 Jan 2024 01:18:21 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: interest for PARI/GP Jupyter notebook ? |
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.