Euclidean_Algorithm_for_two_or_more_numbers:将我的欧几里得算法最大公因数和最小公倍数的证明结果实现到Python中
使用LCM的欧几里德算法实现 该程序完全以python版本3.9编码,建立在我之前已经证明的两个声明性语句的演绎逻辑的基础上:欧几里得算法的最高公因数和LCM。 通过该程序,我将结果的实现提供给该程序来演示这些结果的功能。 这是归纳欧几里德算法的实现,因此它使您可以计算任意n个整数的HCF和LCM。 安装/入门 为了编译代码,需要Python Interpreter 3+,您可以根据需要通过其他方式将其构建为可执行文件。 仅需要标准编译。 python Euclidean_Algorithm_for_2_or_more_numbers.py 一旦执行了代码,系统将提示您询问要计算HCF和LCM的整数的数目,以及整数本身。 发展 git clone https://github.com/faycalki/Euclidean_Algorithm_for_2_or_more_numbers
文件列表
Euclidean_Algorithm_for_two_or_more_numbers-main.zip
(预估有个6文件)
Euclidean_Algorithm_for_two_or_more_numbers-main
src
exit_with_q_module.py
252B
Euclidean_Algorithm_for_2_or_more_numbers.py
5KB
license_input.py
1KB
.gitignore
6B
LICENSE
LICENSE
34KB
README.md
2KB
暂无评论