Tagged Questions
7
votes
3answers
252 views
How do I make Reduce yield all solutions explicitly?
Say I want to do the following:
Reduce[ x+y+z==1, {x,y,z}, Modulus -> 7 ]
then I get a solution with parameters, C[1] :
...