I want to do Conjugate[a + b*I], but when I do that, the solution is Conjugate[a] - I*Conjugate[b]; when for me, a and b are reals.
Conjugate[a + b*I]
Conjugate[a] - I*Conjugate[b]
I want to obtain the following expresion : a-b*I
a-b*I
The same problem exists with the function Abs.
Abs
Conjugate[a + b*I]//ComplexExpand
or
Refine[Conjugate[a + b*I], {a, b} \[Element] Reals]
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
9 months ago
viewed
487 times
active