MathGroup Archive 2007

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

Search the Archive

Re: Logical evaluation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg82299] Re: Logical evaluation
  • From: Peter Breitfeld <phbrf at t-online.de>
  • Date: Wed, 17 Oct 2007 04:00:39 -0400 (EDT)
  • References: <ff1pq1$91j$1@smc.vnet.net>

Michael Mandelberg schrieb:
> I can't figure out why the following does not evaulate to TRUE:
>
> In[100]:= \[ExponentialE]^(-\[ImaginaryI] x) + \[ExponentialE]^(\
> \[ImaginaryI] x) == 2 TrigToExp[Cos[x]]
>
> Out[100]= \[ExponentialE]^(-\[ImaginaryI] x) + \[ExponentialE]^(\
> \[ImaginaryI] x) ==
>  2 (\[ExponentialE]^(-\[ImaginaryI] x)/
>     2 + \[ExponentialE]^(\[ImaginaryI] x)/2)
>
> Any ideas?
>
> Michael Mandelberg
>
>
Wrap your In[100] in ComplexExpand, and you get the Result True.
Simplify also works.

Gruss Peter
-- 
==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==-==
Peter Breitfeld, Bad Saulgau, Germany -- http://www.pBreitfeld.de


  • Prev by Date: Re: Logical evaluation
  • Next by Date: Re: Is this normal for Limit?
  • Previous by thread: Re: Logical evaluation
  • Next by thread: Re: Logical evaluation