- #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?
## 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?