CONJ function
Description
CONJ(A) returns the complex conjugate of a complex number. The complex conjugate of the complex number a + bi is a − bi.
Note that
$$ (a+bi)\times (a-bi) = abs(a+bi)^2 $$Example
CONJ(2+3i) returns 2-3i
easy-to-use statistical software
CONJ functionDescriptionCONJ(A) returns the complex conjugate of a complex number. The complex conjugate of the complex number a + bi is a − bi. Note that $$ (a+bi)\times (a-bi) = abs(a+bi)^2 $$ExampleCONJ(2+3i) returns 2-3i CalculatorSee also |