Syntax:
sqrfree (
)
Type:
Purpose:
Example:
ring r=3,(x,y,z),dp; poly f=(x-y)^3*(x+z)*(y-z); sqrfree(f); ==> _[1]=-xy+xz-yz+z2