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  where  is a positive factor of n,  is its multiplicity,  for all , and u is the sign of n. The square-free factorization of n is: .

Examples

(1)

(2)

(3)

See Also

factor

Factor

factors

ifactor

ifactors

sqrfree

Sqrfree

 


Download Help Document