Solving modular systems of equation
I am trying to solve a system of equations mod p, for p prime. I have build matrices A and b and I am using the function solve_right() to solve Ax=b. But I need to solve Ax=b mod p. Is there any functions that could do that ? thanks !