Simplify[Abs[x],x<0]]
- To: mathgroup at smc.vnet.net
- Subject: [mg39303] Simplify[Abs[x],x<0]]
- From: Uri Zwick <zwick at cs.tau.ac.il>
- Date: Mon, 10 Feb 2003 01:07:48 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Simplify[ Abs[x] , x>0 ] returns x. But, Simplify[ Abs[x] , x<0] returns Abs[x], and not -x. Why is that? Uri
- Follow-Ups:
- Re: Simplify[Abs[x],x<0]]
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: Simplify[Abs[x],x<0]]