Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.4K Views
|
4 Replies
|
2 Total Likes
View groups...
Share
Share this post:

A range of each variable value over which the function is positive

Posted 3 years ago
POSTED BY: criterion lover
4 Replies

Possibly this is not tractable for your example. But it won't work for anyone if the code is not made available.

POSTED BY: Daniel Lichtblau

It depends on how complicated your function is. For example

function = a + b - c;
Reduce[function > 0 &&
  And[a > 0, b > 0, c > 0, d > 0, e > 0,
   f > 0, 1 >= g >= -1, 1 >= h >= -1]]
POSTED BY: Gianluca Gorni

Please provide full details and code about your problem to make it easier for other members to help you.

POSTED BY: EDITORIAL BOARD

The function is very complicated. It does not work for me.

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