Previous Up Next

6.32.10  Calcul de an mod p ou de A(x)n mod¶(x),p: powmod powermod

On tape :

powmod(5,2,13)

On obtient :

12

On tape :

powmod(5,2,12)

On obtient :

1

On tape :

powmod(x+1,17,5,x^4+x+1)

On obtient :

-x^3-x^2

Previous Up Next