• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Mathematica Help: FullSimplify does not use conjugate identities

Status
Not open for further replies.

Schwinger

Junior Member
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!
 
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.
 
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.
Back
Top