Difference between revisions of "Polynomial congruences"
m (→See Also) |
|||
Line 3: | Line 3: | ||
<cmath>f(x) \equiv 0 \pmod {m}</cmath> | <cmath>f(x) \equiv 0 \pmod {m}</cmath> | ||
− | where <math>f(x)</math> is an [[arithmetic function]] whose range is the integers and <math>m</math> is an integer. | + | where <math>f(x)</math> is an [[arithmetic function]] and a [[polynomial]] whose range is the integers and <math>m</math> is an integer. |
− | + | ==Solving== | |
+ | There are a few ways of solving polynomial congruences, and special cases can make it easier. | ||
+ | |||
+ | ===Introductary=== | ||
+ | Some polynomial congruences can be solved obviously. For example, the congruence | ||
+ | |||
+ | <cmath>16x^2 \equiv 13 pmod {192}</cmath> | ||
+ | |||
+ | obviously have no solution, since <math>\gcd (16,192)</math> don't divide <math>13</math>. | ||
+ | |||
+ | Additionally, if <math>f(x)</math> is of | ||
==See Also== | ==See Also== | ||
Line 12: | Line 22: | ||
{{stub}} | {{stub}} | ||
− | [[Category: | + | [[Category:Definitions]] |
Revision as of 21:57, 18 January 2025
Polynomial Congruences are congruences in the form
where is an arithmetic function and a polynomial whose range is the integers and is an integer.
Solving
There are a few ways of solving polynomial congruences, and special cases can make it easier.
Introductary
Some polynomial congruences can be solved obviously. For example, the congruence
obviously have no solution, since don't divide .
Additionally, if is of
See Also
This article is a stub. Help us out by expanding it.