Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $Assumptions = Element[_, Reals] && {_ ∈ Reals} && {_} > 0;
  2.  
  3. Minimize[{Sin[x], Sin[x] >= 0.5}, x]
  4.  
  5. Plot[Sin[x], {x, 0, 2 Pi}, GridLines -> {{0.5236}, {0.5}}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement