Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. condition={Subscript[K, 1] <
  2. 1 || (Subscript[K, 1] >=
  3. 1 && (Subscript[K, 2] < 1 - E^(-2 v1 + v2) ||
  4. Subscript[K, 2] > -E^(-2 v1 + v2) + Subscript[K, 1]))}
  5.  
  6. {Subscript[K, 1],Subscript[K, 2]}={1,-3-Exp[-2 v1 + v2]}
  7.  
  8. FindInstance[condition, Array[Subscript[K, #] &, 2]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement