suivant: Euclidian quotient : quo
monter: Computing in /p or
précédent: Substraction in /p or
Table des matières
Index
Multiplication in
/p or in
/p[x] : *
* multiplies two integers in
/p or
two polynomials in
/p[x]. For polynomial expressions,
use the normal command to simplify.
For integers in
/p, input :
31%13*10%13
Output :
-2%13
For polynomials with coefficients in
/p, input :
normal((11*x+5)%13*(8*x+6 )% 13)
or also :
normal((11% 13*x+5%13)*(8% 13*x+6%13))
Output :
(-3%13)*x^
2+(2%13)*x+4%13
giac documentation written by Renée De Graeve and Bernard Parisse