MathGroup Archive 2013

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

Search the Archive

Re: How to semi-ExpToTrig

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131765] Re: How to semi-ExpToTrig
  • From: "Dr. Wolfgang Hintze" <weh at snafu.de>
  • Date: Mon, 30 Sep 2013 05:17:15 -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: <l2b1jh$6rp$1@smc.vnet.net>

Am Montag, 30. September 2013 07:18:41 UTC+2 schrieb sam.... at yahoo.com:
> Hi,
> 
> 
> 
> Could I get Mathematica to "simplify" an expression, such as
> 
> 
> 
> E^(1 + x) + E^(1 - x)
> 
> 
> 
> to 2E*Cosh[x] ?
> 
> 
> 
> Thanks!
> 
> 
> 
> Sam

In[2]:= f = E^(1 + x) + E^(1 - x)

Out[2]= E^(1 - x) + E^(1 + x)

In[6]:= Simplify[ExpToTrig[f]]

Out[6]= 2*E*Cosh[x]

Regards,
Wolfgang



  • Prev by Date: Re: How to semi-ExpToTrig
  • Previous by thread: Re: How to semi-ExpToTrig