isqrfree
integer square-free factorization
Calling Sequence
Parameters
Description
Examples
isqrfree(n)
n
-
any integer
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: .
See Also
factor
Factor
factors
ifactor
ifactors
sqrfree
Sqrfree
Download Help Document