GIroots - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


GaussInt

  

GIroots

  

roots of a univariate polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GIroots(a)

Parameters

a

-

univariate polynomial with Gaussian integer coefficients

Description

• 

The GIroots function computes the Gaussian integer roots of a univariate polynomial over the Gaussian integer domain. The roots are returned as a list of pairs of the form [[r1,m1],,[rn,mn]] where ri is a root of the polynomial a with multiplicity mi, that is, xrimi divides a.

Examples

withGaussInt:

exprx417x329Ix3188x2+339Ix2+1682x86Ix11781244I:

GIrootsexpr

4+9I,1,7+11I,1,1+I,1,5+8I,1

(1)

f2+Ix2+3+7Ix+614I

f2+Ix2+3+7Ix+614I

(2)

GIrootsf

1+I,1

(3)

See Also

GaussInt[GIfacpoly]