getLinearDiophantineSolution(l, L)
getLinearDiophantineSolution(l, A)
Given a linear Diophantine equation $Ax = b$ (i.e. an integer matrix with target vector also integer), we want to find a solution of this equation.
|
|
|
|
|
|
When the context is clear, set the Safe option to false in order to avoid routine checks.
|
|
|
The object getLinearDiophantineSolution is a method function with options.