If A is an integer matrix and b is an integer vector, then will the command A.solve_right(b)
return an integer vector if the equation Ax=b is solvable over the integers?
1 | initial version |
If A is an integer matrix and b is an integer vector, then will the command A.solve_right(b)
return an integer vector if the equation Ax=b is solvable over the integers?