| Author |
Comment/Response |
Varnavas
|
06/28/10 05:28am
I have:
r = Reduce[83x - 23 y + 27 == 0 && x > 0, {x, y}, Integers]
But i don't know how i can find the minimum value of x for which that equation holds.
I get something like: C[1] >= 0 && x == 3 + 23 C[1].
So i need C[1] to be 0, but i don't know how to put it automatically and gen x.
Can somebody help me?
URL: , |
|