GIsqrfree - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GaussInt

  

GIsqrfree

  

Gaussian integer square-free factorization

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GIsqrfree(n)

Parameters

n

-

Gaussian integer

Description

• 

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.

Examples

> 

with⁡GaussInt:

> 

GIsqrfree⁡1574+368⁢I

I,65+148⁢I,1,−1+3⁢I,2

(1)
> 

GIsqrfree⁡3369067456+16670818364⁢I

I,−3−2⁢I,1,−7+2⁢I,2,1+I,4,5−2⁢I,5,1+4⁢I,6

(2)

See Also

GIfactor

GIfactors

isqrfree