Re: "Nice" complex form
- To: mathgroup at smc.vnet.net
 - Subject: [mg131592] Re: "Nice" complex form
 - From: Itai Seggev <itais at wolfram.com>
 - Date: Tue, 10 Sep 2013 03:32:26 -0400 (EDT)
 - Delivered-to: l-mathgroup@mail-archive0.wolfram.com
 - Delivered-to: l-mathgroup@wolfram.com
 - Delivered-to: mathgroup-outx@smc.vnet.net
 - Delivered-to: mathgroup-newsendx@smc.vnet.net
 - References: <20130909040609.9789D6A14@smc.vnet.net>
 
On Mon, Sep 09, 2013 at 12:06:09AM -0400, sam.takoy at yahoo.com wrote: > Hi, > > Can I get > > Assuming[a - 4 < 0, Sqrt[a - 4]] > > to "simplify" to > > I Sqrt[4 - a] > > ? > > Thanks, > > Sam In[58]:= Refine[Sqrt[a - 4], a - 4 < 0] Out[58]= I Sqrt[4 - a] Refine makes the sort of transformations an actual computation would make given the appropriate conditions. -- Itai Seggev Mathematica Algorithms R&D 217-398-0700
- References:
- "Nice" complex form
- From: sam.takoy@yahoo.com
 
 
 - "Nice" complex form