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