Go to the first, previous, next, last section, table of contents.


poly_gcd

poly_gcd(F,G)
: It computes the polynomial GCD of F and G.

Example:

 poly_gcd(x^10-y^10,x^25-y^25);


Go to the first, previous, next, last section, table of contents.