suivant: Rebuild a fraction from
monter: Computing in /p or
précédent: Compute an mod p :
Table des matières
Index
Inverse in
/p : inv inverse or /
To compute the inverse of an integer n in
/p, input 1/n%p
or inv(n%p) or inverse(n%p).
Input :
inv(3%13)
Output :
-4%13
Indeed
3× -4 = - 12 = 1 ( mod 13).
giac documentation written by Renée De Graeve and Bernard Parisse