Page 1 of 1

Hexadecimal notation of finite field elements.

Posted: Mon Dec 14, 2015 5:27 am
by omegazafer
Hi,
How can i show an finite field elements in hexadecimal format?

For example the finite field with the irreducible x^4+x+1 , x^9= x^3+x i want to see x^9=x^3+x=a(hex form)

Re: Hexadecimal notation of finite field elements.

Posted: Tue Dec 15, 2015 7:38 am
by mgates3
I think you are looking for Magma, the Computational Algebra System.
http://magma.maths.usyd.edu.au/magma/

This form is for MAGMA, the software library for Linear Algebra on GPU and Multicore Architectures.
http://icl.utk.edu/magma/

-mark

Re: Hexadecimal notation of finite field elements.

Posted: Tue Dec 15, 2015 5:55 pm
by omegazafer
Yes, you are right. Thanks for your attention.