Guest User

Untitled

a guest
Mar 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. FullSimplify[Max[a, Max[b, c]]]
  2.  
  3. Max[a, b, c]
  4.  
  5. FullSimplify[Max[a, Max[b + z, c + z] - z]]
  6.  
  7. Max[a, -z + Max[b + z, c + z]]
Add Comment
Please, Sign In to add comment