- 注册时间
- 2021-11-19
- 最后登录
- 1970-1-1
- 威望
- 星
- 金币
- 枚
- 贡献
- 分
- 经验
- 点
- 鲜花
- 朵
- 魅力
- 点
- 上传
- 次
- 下载
- 次
- 积分
- 8641
- 在线时间
- 小时
|
发表于 2024-1-12 11:17:15
|
显示全部楼层
本帖最后由 nyy 于 2024-1-12 12:51 编辑
- GP/PARI CALCULATOR Version 2.15.4 (released)
- amd64 running mingw (x86-64/GMP-6.1.2 kernel) 64-bit version
- compiled: Jun 28 2023, gcc version 10-posix 20210110 (GCC)
- threading engine: single
- (readline v8.0 enabled, extended help enabled)
- Copyright (C) 2000-2022 The PARI Group
- PARI/GP is free software, covered by the GNU General Public License, and comes
- WITHOUT ANY WARRANTY WHATSOEVER.
- Type ? for help, \q to quit.
- Type ?18 for how to get moral (and possibly technical) support.
- parisizemax = 1600000000, primelimit = 500000
- (11:12) gp > znlog(1111,Mod(3,10^20+39))
- *** znlog: Warning: increasing stack size to 16000000.
- %1 = 11518195851460688003
- (11:12) gp > znlog(1111,Mod(23,10^30+57))
- %2 = 20431396188147931063673575974
复制代码
- parisizemax = 400000000, primelimit = 500000
- (12:44) gp > np=nextprime(10^40)
- %1 = 10000000000000000000000000000000000000121
- (12:44) gp > znlog(1111,znprimroot(np))
- *** znlog: Warning: increasing stack size to 400000000.
- %2 = 350949205016697093673070464656598622956
- (12:47) gp > znprimroot(%1)
- %3 = Mod(6, 10000000000000000000000000000000000000121)
复制代码
这个计算用了三四分钟
上面的计算结果表明
\[6^{350949205016697093673070464656598622956}\equiv 1111 \pmod {10^{40}+121}\] |
|