GaussInt
GIfactors
Gaussian integer factorization
Calling Sequence
Parameters
Description
Examples
GIfactors(n)
n
-
Gaussian integer
The GIfactors function returns the Gaussian integer factorization of the Gaussian integer n.
The result is returned in the form [u,[[p1,ⅇ1],...,[pm,ⅇm]] where n=u⁢p1ⅇ1⁢...⁢pmⅇm, pi is a primary prime integer, ei is its exponent (multiplicity) and u is one of four units.
with⁡GaussInt:
GIfactors⁡0
0,
GIfactors⁡72+100⁢I
−I,1+I,4,−3−2⁢I,1,−3+8⁢I,1
GIfactors⁡1574+368⁢I
I,1+I,2,1+2⁢I,2,1−4⁢I,1,5−2⁢I,1,−7+2⁢I,1
See Also
GIfacset
GIfactor
Download Help Document