Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. |x| = begin{cases} -x if x less than 0 & \ xifx greater than or equal to 0 end{cases}
  2.  
  3. |x| = begin{cases} -x if x < 0 & \ x if >= to 0 end{cases}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement