I installed it on w10 and w7 works fine in sagenb, jupyper notebook runs
but do no calculation. It's a bit slow because my pc-s are really old
stuff, but better that virtualbox and I am unpatient to test sage-8 (linux
sage-8 beta 4 works fine )
Le lundi 24 avril 2017 11:54:31 UTC+2, Jim Mooney a
Please do post this in a new thread, not as a followup to messages on a
different topic.
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-support+unsubscr..
Dear all
I am getting trouble on how i can find order of an element in a quotient
polynomial ring USING SAGE:
1.Example, I have this code in sage I want to find the order of polynomial
h(x) in Quotient ring $\mathbb{F}_{2}[x]/$.
F.=GF(2)[]
Q.=F.quotient(x^3+1)
h=Q.f=x+1
2. Does it need to x^3+1 t