Computing in finite fields: what programming langage to choose?
- From: xarnaudx@xxxxxxxxx
- Date: 5 Sep 2006 09:32:28 -0700
hi,
i've some work to do concerning computing in finite fields and i would
like to know what programming language would fit the best.
I must be able to create fields and manipulate their elements:
ans = alpha^4 + alpha^7
ans = 01011 * 12012 (characteristic not always 2)
Also i must be able to play with polynomials:
F(X) = 01011 * X^2 + alpha^5 * X + 12121
....and also on a higher levels:
F(Z) = Sum(a:A) Product(b:B, b!=a) (G(a) * Z + H(b))
So now the question is: what programming language fits the best for
these type of calculus?
.
- Follow-Ups:
- Prev by Date: Re: What's the difference between tree-of-winner and tree-of-loser?
- Next by Date: Re: Computing in finite fields: what programming langage to choose?
- Previous by thread: What's the difference between tree-of-winner and tree-of-loser?
- Next by thread: Re: Computing in finite fields: what programming langage to choose?
- Index(es):
Relevant Pages
|