Online Solver for Prime Power Modulus problems

53 Views Asked by At

I am trying to solve some problems nominated as a HW by our instructor. Problems are of the form:

$$f(x) \equiv 0 \pmod{p^k}$$

where $f(x)$ is a polynomial. My concern is to check the correctness of my solutions. Is there a website solving such problems online??

I am asking this question after a little unsuccessful research on the web.

1

There are 1 best solutions below

0
On BEST ANSWER

Wolfram Alpha does it. The syntax is like this:

x^3+2x-7 = 0 (mod 5^3)