【发布时间】:2014-04-21 10:07:55
【问题描述】:
A 部分:
对于两个线性同余系统,一个系统有整数解,而另一个没有。对于有整数解的系统,写出其中差值小于 192 的 2 个。对于另一个系统,解释为什么不存在整数解。
A: n congruent 13 (mod 16)
n congruent 5 (mod 12)
B: n congruent 14 (mod 16)
n congreunt 4 (mod 12)
B 部分:
Let a1 and a2 be integers.
Let m1 and m2 be natural numbers.
Let d = gcd(m1,m2)
Based on your observations from part A, complete the following proposition and prove it.
Proposition1: The system:
n congruent a1 (mod m1)
n congruent a2 (mod m2)
has an integer solution if and only if ____________
(The blank needs to be filled with a simple condition on a1,a2,d)
任何提示都会很棒!提前致谢!
【问题讨论】:
-
这听起来像是家庭作业。是吗?