GaussInt
GIsqrfree
Gaussian integer square-free factorization
Calling Sequence
Parameters
Description
Examples
GIsqrfree(n)
n
-
Gaussian integer
The GIsqrfree function returns the square-free Gaussian integer factorization of the Gaussian integer n.
The function returns the result in the form [u,[[p1,ⅇ1],...,[pm,ⅇm]] where pi is a primary factor of n, ei is its multiplicity, gcdpi,pj=1 for all i≠j, and u is a unit in Gaussian integer ring. The square-free factorization of n is: n=up1ⅇ1...pmⅇm.
withGaussInt:
GIsqrfree1574+368I
I,65+148I,1,−1+3I,2
GIsqrfree3369067456+16670818364I
I,−3−2I,1,−7+2I,2,1+I,4,5−2I,5,1+4I,6
See Also
GIfactor
GIfactors
isqrfree
Download Help Document