1 Star 1 Fork 0

elflyao/Primality_test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
poly12.jl 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
elflyao 提交于 2023-06-14 18:14 . 一些例子
using Distributed
using Hecke
Qx, x = QQ["x"]
const t4 = [-1, 1]
const one2 = [-1, 1]
for p in range(3, 31)
println("$p: ")
for a in t4
for b in one2
if mod(p, 2) == 1
if abs(a) == 2
continue
end
end
f = x^p + a * x + b
if !isirreducible(f)
println("$f is reducible!")
end
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/elflyao/primality_test.git
[email protected]:elflyao/primality_test.git
elflyao
primality_test
Primality_test
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385