mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Software (https://www.mersenneforum.org/forumdisplay.php?f=10)
-   -   paridroid (https://www.mersenneforum.org/showthread.php?t=22971)

devarajkandadai 2018-01-28 04:48

paridroid
 
As is well known pari is a number-theory software. Its android version is paridroid.
In the above { is = Mod(n, p)^(p-1) = = 1} does not work when the divisor is complex or a quadratic algebraic integer. Fortunately this difficulty can be overcome by the following:
step 1: create a special ring by Mod(x,x^2 + 7)
step 2: {is (n) = Mod(%1.prime(n))^(prime(n)-1) = = 1}
step 2: select (is,[1..10])

Must acknowledge Charles's tips in the above algorithm.


All times are UTC. The time now is 17:47.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.