axiom-mail
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-mail] Finite fields in Axiom: a few questions


From: Alasdair McAndrew
Subject: [Axiom-mail] Finite fields in Axiom: a few questions
Date: Thu, 12 Apr 2007 12:10:01 +1000

It was playing around with finite fields which got me to investigate Axiom in the first place.  Here are a few questions, arising from this input:

(1) -> F16:=FiniteField(2,4)

   (1)  FiniteField(2,4)
                                                                 Type: Domain
(2) -> random()$F16

          3     2
   (2)  %A  + %A  + 1
                                                       Type: FiniteField(2,4)
(3) -> definingPolynomial()$F16

         4
   (3)  ?  + ? + 1
                                Type: SparseUnivariatePolynomial PrimeField 2


All well and good, but

- how to I get output in terms of a nice variable (say x) rather than "?" and "%A"?

- is there any way of forcing a particular defining polynomial?  (This is good for working through examples.)

Thanks,
Alasdair

reply via email to

[Prev in Thread] Current Thread [Next in Thread]