isqrfree - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


isqrfree

integer square-free factorization

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

isqrfree(n)

Parameters

n

-

any integer

Description

• 

The isqrfree function returns the square-free integer factorization of the integer n.

• 

The function returns the result in the form u,p1,e1,...,pm,em where pi is a positive factor of n, ei is its multiplicity, gcdpi,pj=1 for all ij, and u is the sign of n. The square-free factorization of n is: n=up1e1pmem.

Examples

isqrfree61

1,61,1

(1)

isqrfree180

1,5,1,6,2

(2)

ifactors120

−1,2,3,3,1,5,1

(3)

See Also

factor

Factor

factors

ifactor

ifactors

sqrfree

Sqrfree