Quadratic Congruence is a modular equation of the form:
.
In this exercise you will be given a vector containing the coefficients of a quadratic polynomial (
), and a modulus base (m). Using these data, create a function that outputs the pair (
), which are the 'primitive' solutions to the quadratic congruence.
For example consider the congruence:
, the solution is
, since:
NOTE: A primitive modulus to base m, can only have values from 0 to
. This is a simplified problem, in which the quadratic polynomials given in the test suite, are all factorable, and the modulus base are all odd primes.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers18
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5804 Solvers
-
First non-zero element in each column
951 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
517 Solvers
-
Chebyshev polynomials of the 1st Kind
81 Solvers
-
8089 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!