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, gcd⁡pi,pj=1 for all i≠j, and u is a unit in Gaussian integer ring. The square-free factorization of n is: n=u⁢p1ⅇ1⁢...⁢pmⅇm.
with⁡GaussInt:
GIsqrfree⁡1574+368⁢I
I,65+148⁢I,1,−1+3⁢I,2
GIsqrfree⁡3369067456+16670818364⁢I
I,−3−2⁢I,1,−7+2⁢I,2,1+I,4,5−2⁢I,5,1+4⁢I,6
See Also
GIfactor
GIfactors
isqrfree
Download Help Document