GaussInt
GImcmbine
Chinese remaindering
Calling Sequence
Parameters
Description
Examples
GImcmbine(a, ra, b, rb)
a, ra, b, rb
-
Gaussian integers
The function GImcmbine computes a Gaussian integer x such that x=ramoda and x=rbmodb. If no Gaussian integer x exists, it returns FAIL.
with⁡GaussInt:
a≔4+14⁢I:b≔10+35⁢I:ra≔7−11⁢I:rb≔1−32⁢I:
GImcmbine⁡a,ra,b,rb
11+3⁢I
ra≔7−11⁢I:rb≔1−23⁢I:a≔−16+8⁢I:b≔−24+12⁢I:
FAIL
See Also
GaussInt[GIchrem]
NumberTheory[ChineseRemainder]
Download Help Document