Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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 !