Josef Eschgfaeller on Fri, 19 Dec 2014 18:41:08 +0100
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Bijection {0,1,...,q-1} <--> GF(q)
|
- To: pari-users <pari-users@pari.math.u-bordeaux.fr>
- Subject: Bijection {0,1,...,q-1} <--> GF(q)
- From: Josef Eschgfaeller <esg@unife.it>
- Date: Fri, 19 Dec 2014 18:40:57 +0100
- Delivery-date: Fri, 19 Dec 2014 18:41:08 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unife.it; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=G6nng5NP6IPEOHk4ujXbvXFSgxv6pz9IrfcYYsBweNM=; b=D5wN7KB5dhfeo2rDMvxFEoM1/JEL2wdLYXhrURoOYvaXk8WElF9Rm+1xDkwR+YX782 2tzyEdd0FjG/4NlNs0rd6nh9NnR+02jxH+G4jkXZakhx+/GuiOYQhtbNgHu/tcjVD4eq fihh63e+NfuTVhMyOC3c8nHN2XtB7isYh1aQ0=
After
--------------------------------------------------
q=3^8
t=ffgen(q,t)
u=t^2+3*t+1
v=u^5
--------------------------------------------------
one has v = t^7 + 2*t^6 + 2*t^5 + 2*t^3 + t^2 + 2*t.
Is there a way to extract from v the coordinate vector
(1,2,2,0,2,1,2,0)?
Thanks
Josef Eschgfaeller