I think it's being able to handle gracefully this one:
a * -2 + b * 5 = -9
Yields me several interpretations, one of them I like:
a = 5n + 2, b = 2n - 1, n ∊ ℤ
Now because a and b are Stack Exchange downvotes and upvotes on questions; and if I fed a 0 to the solution it handed me, it would yield a = 2, b = -1 where b fails to be in ℕ; I tried to apply an additional constraint to it:
a * -2 + b * 5 = -9 such that a > -1 and b > -1
But I'm unable to find such interpretation in the answers it's proposing me.
How to / What am I doing wrong?
a * -2 + b * 5 = -9 such that n > 0instead ofa * -2 + b * 5 = -9 such that a > -1 and b > -1and my material issue with using the tool prevails. – 85579 Sep 17 '19 at 18:36Assumptions->{a>-1, b>-1}command. That might even work in W|A, but it's not guaranteed. But my point above is that you don't actually need that in this case. – Adrian Keister Sep 17 '19 at 18:43