Guest User

Untitled

a guest
Feb 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. FullSimplify[(a[n] + b[n])/2 >= 2/(1/a[n] + 1/b[n]), {a[n] > 0, b[n] > 0}]
  2.  
  3. FullSimplify[(a[n] + b[n])/2 > 0, {a[n] > 0, b[n] > 0}]
  4. FullSimplify[2/(1/a[n] + 1/b[n]) > 0, {a[n] > 0, b[n] > 0}]
Add Comment
Please, Sign In to add comment