suivant: Multiplication in /p or
monter: Computing in /p or
précédent: Addition in /p or
Table des matières
Index
Substraction in
/p
or in
/p
[x] : -
- substracts 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 :
-5%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+-1%13
Documentation of giac written by Renée De Graeve and Bernard Parisse