Mathematica Help: FullSimplify does not use conjugate identities

Status
Not open for further replies.

Schwinger

Junior Member
Oct 23, 2010
1
0
0
FullSimplify fails to recognize that:
a*Conjugate + b*Conjugate[a] = 2 Re[a*b]
I have some very complex equations that could be simplified greatly if Mathematica could recognize this simple identity (and that a*Conjugate - b*Conjugate[a] = 2 Im[a*b]).

I simply cannot figure out how to get it to recognize this, so I would appreciate some feedback!
 

eLiu

Diamond Member
Jun 4, 2001
6,407
1
0
FullSimplify fails to recognize that:
a*Conjugate + b*Conjugate[a] = 2 Re[a*b]
I have some very complex equations that could be simplified greatly if Mathematica could recognize this simple identity (and that a*Conjugate - b*Conjugate[a] = 2 Im[a*b]).

I simply cannot figure out how to get it to recognize this, so I would appreciate some feedback!


I'm not a mathematica user, but could force it to convert everything to exponential form? I find this often helps in maple.
 

CP5670

Diamond Member
Jun 24, 2004
5,667
766
126
FullSimplify misses a lot of obvious things like this. You often need to take its output and do it yourself.
 
Status
Not open for further replies.