Group Abstract Group Abstract

Message Boards Message Boards

0
|
2.3K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Problem with evaluating inequalities.

Posted 12 years ago
POSTED BY: Daniel Gøller

In[5]:= Reduce[ res == (a - b) c + e + f && (a - b) > 0 && c > 0 && d > 0 && e > 0 && f > 0, {res, a, b, c, d, e, f}, Reals]

Out[5]= res > 0 && b < a && 0 < c < res/(a - b) && d > 0 && 0 < e < -a c + b c + res && f == -a c + b c - e + res

POSTED BY: Frank Kampas
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard