Is there any software available on Linux for Galois field calculus?

link|improve this question

this question should be migrated to math.SE. Also, this question at physics.SE might provide some useful hints – Tobias Kienzler Apr 6 '11 at 13:06
feedback

closed as off topic by Will Apr 6 '11 at 14:46

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 3 down vote accepted

I did a little bit of searching, and found a couple of options:

Sage

Sage can be used to study elementary and advanced, pure and applied mathematics. This includes a huge range of mathematics, including basic algebra, calculus, elementary to very advanced number theory, cryptography, numerical computation, commutative algebra, group theory, combinatorics, graph theory, exact linear algebra and much more.

Here's part of the tutorial on polynomials.


Octave

A high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab.


Singular

A computer algebra system for polynomial computations, with special emphasis on commutative and non-commutative algebra, algebraic geometry, and singularity theory.

Note that I have not used the software listed above, and am merely trying to provide some helpful links. Asking this question on the Mathematics SE site will likely provide some more in-depth answers. Hope this helps.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.