MathGroup Archive 2013

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: "Nice" complex form

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131604] Re: "Nice" complex form
  • From: Itai Seggev <itais at wolfram.com>
  • Date: Tue, 10 Sep 2013 03:47:16 -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 



  • Prev by Date: Re: MathSource Notebook Smith Normal Form Error - How to Correct?
  • Next by Date: Re: Problem with change of variables in an integral
  • Previous by thread: Re: DelayedRule assembly
  • Next by thread: Re: "Nice" complex form