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


poly_factor

poly_factor(F)
: It factorizes the polynomial F.

Example:

 poly_factor(x^10-y^10);


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