|
|
|||
|
|
| Mathematica Tutorial | Functions »|More About »| |
| FrobeniusSolve[{a1,...,an},b] | give a list of all solutions of the Frobenius equation a1x1+...+anxn=b |
| FrobeniusSolve[{a1,...,an},b,m] | give m solutions of the Frobenius equation a1x1+...+anxn=b; if less than m solutions exist, give all solutions |
| FrobeniusNumber[{a1,...,an}] | give the Frobenius number of a1, ..., an |
Functions for solving Frobenius equations and computing Frobenius numbers.
|
|
Here is the Frobenius number of {12, 16, 20, 27}, that is, the largest m for which the Frobenius equation 12x+16y+20z+27t
|
|
|
|