Message Boards Message Boards

0
|
5688 Views
|
4 Replies
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

Constraint satisfaction problem

Posted 9 years ago
POSTED BY: K P
4 Replies

enter image description here

POSTED BY: Simon Cadrin
Posted 9 years ago

Sorry Simon but I do not see in which point your post is related to my question. Could you make yourself more clear, please?

POSTED BY: K P

Have you tried first doing the constraints containing x, y, and z separately? For example:

In[9]:= Reduce[
 Join[system[[{1, 2, 10}]], {0 <= \[Omega]1 <= 1}]   , Reals]

Out[9]= (0 <= \[Omega]1 <= 1/Sqrt[2] && -(1/2) < x < 1/
    2 && -Sqrt[((-1 - 2 x)/(-3 + 2 x + 4 \[Omega]1^2))] < \[Theta] < 
    Sqrt[(-1 - 2 x)/(-3 + 2 x + 4 \[Omega]1^2)]) || (1/Sqrt[
    2] < \[Omega]1 < 
    1 && ((-(1/2) < x < 
        1/2 (3 - 4 \[Omega]1^2) && -Sqrt[((-1 - 2 x)/(-3 + 2 x + 
          4 \[Omega]1^2))] < \[Theta] < 
        Sqrt[(-1 - 2 x)/(-3 + 2 x + 4 \[Omega]1^2)]) || 
     1/2 (3 - 4 \[Omega]1^2) <= x < 1/2)) || (\[Omega]1 == 
    1 && -(1/2) < x < 1/2)
POSTED BY: Frank Kampas

enter image description here

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

Group Abstract Group Abstract