Message Boards Message Boards

0
|
274 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How do I calculate the conjugation for the whole expression?

Posted 13 days ago

This is probably a stupid question, but I haven't found a solution.
I need to conjugatŠµ some sum of terms. Wolfram Mathematica does this for short sums, but not for long sums. How do I perform the conjugation for the whole expression?

POSTED BY: A J
2 Replies

You can try ComplexExpand:

ComplexExpand[Conjugate[A + B + F]]

Maybe FullSimplify[Conjugate[A + B], Ass] leaves an explicit Conjugate because this way the expression is "simpler" than what you would get by expanding the conjugations, as in

FullSimplify[Map[Conjugate, A + B + F], Ass]
POSTED BY: Gianluca Gorni
Posted 13 days ago
FullSimplify[ComplexExpand[FullSimplify[Conjugate[A + B + F], Ass]], Ass]

gives correct result but this recept looks weird and unrobust.

FullSimplify[Map[Conjugate, A + B + F], Ass]

looks great!

POSTED BY: A J
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract