Syntax
mult_c_conjugate(Expr)
Description
Returns the expression after multiplication by the complex conjugated quantity of the denominator (or of the numerator if no denominator).
Example
mult_c_conjugate(1/(3+i*2)) returns 1*(3+(-i)*2)/((3+(i)*2)*(3+(-i)*2))
mult_c_conjugate — Discussion