MathGroup Archive 2009

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

Search the Archive

Re: Difficulties with Re

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98339] Re: [mg98349] Difficulties with Re
  • From: Ailing Zhao <ailingz at wolfram.com>
  • Date: Wed, 8 Apr 2009 02:45:39 -0400 (EDT)
  • References: <200904060905.FAA26352@smc.vnet.net>

Try this:
ComplexExpand[Re[Exp[x + I y]]]
ComplexExpand[Re[Exp[(x + I y)^2]]]

Thanks,

Ailing

Aaron Fude wrote:
> Hi,
>
> Of the following two expressions, the first "works", while the second
> doesn't. How does one make it work?
>
> Assuming[x > 0 && y > 0, Re[Exp[x + I y]] // Simplify]
> Assuming[x > 0 && y > 0, Re[Exp[(x + I y)^2]] // Simplify]
>
> Many thanks in advance,
>
> Aaron
>
>   



  • Prev by Date: Re: Joust in Mathematica
  • Next by Date: Interface to Documentation Center
  • Previous by thread: Difficulties with Re
  • Next by thread: Re: Difficulties with Re