GImcmbine - Maple Help

Online Help

All Products    Maple    MapleSim


GaussInt

  

GImcmbine

  

Chinese remaindering

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

GImcmbine(a, ra, b, rb)

Parameters

a, ra, b, rb

-

Gaussian integers

Description

• 

The function GImcmbine computes a Gaussian integer x such that x=ramoda and x=rbmodb. If no Gaussian integer x exists, it returns FAIL.

Examples

withGaussInt:

a4+14I:b10+35I:ra711I:rb132I:

GImcmbinea,ra,b,rb

11+3I

(1)

ra711I:rb123I:a16+8I:b24+12I:

GImcmbinea,ra,b,rb

FAIL

(2)

See Also

GaussInt[GIchrem]

NumberTheory[ChineseRemainder]