How Do You Compute the Expression E = AB - B^*A^* with Complex Numbers?

  • #1
TheCanadian
367
13
If I have 2 complex numbers, A and B, what is the correct way to evaluate this expression:

## E = AB - B^*A^*##

I was under the impression that when taking the product of complex numbers, you always conjugate one factor, but in this instance, it is quite important which one is conjugated, no? For example, is the correct way to compute E:

## E = AB^* - BA^*## or ## E = A^*B- B^*A## or another method?
 
Mathematics news on Phys.org
  • #2
TheCanadian said:
If I have 2 complex numbers, A and B, what is the correct way to evaluate this expression:

## E = AB - B^*A^*##
The correct way to calculate ##E## is to calculate the RHS as it is.
TheCanadian said:
I was under the impression that when taking the product of complex numbers, you always conjugate one factor,
I was under the impression that you mixed the ordinary product between complex numbers with an inner product on a complex vector space.
 
  • #3
TheCanadian said:
## E = AB^* - BA^*## or ## E = A^*B- B^*A## or another method?
Why do you want to change the expression?

You evaluate AB.
You evaluate B* and A* and multiply them to get B*A*.
You subtract both.

Using some rules for complex numbers you can save a bit of time, but that is completely optional.
 
  • #4
There is no "correct way". You can multiply complex numbers without conjugating either one, or you can conjugate one of them, or you can conjugate both of them. It depends what you are doing. Each of the three expressions you have written for E is different from the other two. For example, if:
A = 2+3i
B = 4+7i
Then your first expression for E is 52i, your second expression for E is -4i, and your third expression for E is 4i.
 
  • #5
phyzguy said:
There is no "correct way". You can multiply complex numbers without conjugating either one, or you can conjugate one of them, or you can conjugate both of them. It depends what you are doing. Each of the three expressions you have written for E is different from the other two. For example, if:
A = 2+3i
B = 4+7i
Then your first expression for E is 52i, your second expression for E is -4i, and your third expression for E is 4i.

Thank you for the responses. The main reason I was asking was because I saw the initial expression I posted in a paper but wasn't exactly sure how the author intended the expression to be evaluated.
 
  • #6
Then you have to know in which context the equation is presented, e.g. what do those alphabets symbolize, are they scalars, vectors, or linear transformation?
 
  • #7
If A and B are complex numbers, the notation has a clear, single meaning.
 
  • Like
Likes weirdoguy and jim mcnamara
  • #8
mfb said:
If A and B are complex numbers, the notation has a clear, single meaning.

Ahh yes, I think I confused the exact computation because A and B are the complex amplitudes (scalar functions dependent on the spatial and temporal variables) of complex vectors, but are not vectors themselves. And so in such a case, just to confirm, the expression E above would be computed as initially stated?
 
  • #9
## E = AB - B^*A^*## is computed as ## E = AB - B^*A^*##.
 
Back
Top