简体   繁体   English

在有限域python或java上求解线性方程组

[英]Solving system of linear equations over a finite field python or java

Is there any package in python or java that can solve a system of linear equations over a finite field? python或java中是否有任何软件包可以在有限域上求解线性方程组? I'm trying to solve 20+ equations with 20+ unknown variables and having this package would be great. 我正在尝试用20个以上的未知变量来求解20个以上的方程式,并且拥有这个软件包会很棒。 This is a system of equations over a finite field so it's not quite the same as solving regular linear equations. 这是一个有限域上的方程组,因此与求解常规线性方程组不太相同。

Additions, subtraction, multiplication, and division follow the set of rules described here for finite fields. 加法,减法,乘法和除法遵循此处针对有限域描述的一组规则。 Thanks. 谢谢。

Try Sage . 尝试Sage

It's very powerful mathematics system written in Python. 这是用Python编写的非常强大的数学系统。 It's syntax is nearly identical as Python's. 它的语法几乎与Python相同。

Finite field operations are in this package. 程序包中包含有限的现场操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM