Re: Conjugate
- To: mathgroup at smc.vnet.net
- Subject: [mg129993] Re: Conjugate
- From: Joerg Lenhardt <joerg.lenhardt at FernUni-Hagen.de>
- Date: Sun, 3 Mar 2013 02:21:55 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <kgse5n$jb6$1@smc.vnet.net>
Hello,
Try
FullSimplify, eg
Element[{A, B}, Complexes];
Conjugate[A + B] == Conjugate[A] + Conjugate[B]
FullSimplify[%]
J.
On 02.03.13 09:44, é? å±±è?¡ä¸? wrote:
> I executed following inputs:
> Exit[]
> Element[{A, B}, Complexes];
> Conjugate[A + B] == Conjugate[A] + Conjugate[B]
> I expected "True" on the last input, but Mathematica's output was:
> Conjugate[A + B] == Conjugate[A] + Conjugate[B]
> Why didnt Mathematica answer "True"?
> Thanks.
>
- Follow-Ups:
- Re: Conjugate
- From: Andrzej Kozlowski <akozlowski@gmail.com>
- Re: Conjugate