Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. output = {ConditionalExpression[C[1], C[1] [Element] Integers]}
  2.  
  3. {ConditionalExpression[C[1], C[1] [Element] Integers]}
  4.  
  5. % /. FindInstance[AllTrue[%, # >= 0 &], C[1]]
  6.  
  7. {{84}}
  8.  
  9. output /. FindInstance[AllTrue[%, # >= 0 &], C[1]]
  10.  
  11. {{Undefined}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement