Function reference · Complex
conjugate
Returns the complex conjugate of an expression.
Conjugation changes i to -i and distributes through supported sums, products, and powers when the transformation is valid for the represented branch.
The same operation is available directly as nerdamer.conjugate(...).
Examples
These examples use Nerdamer Notation.
Flip the sign of the imaginary component.
conjugate(3+2*i)Conjugate the imaginary unit.
conjugate(i) // → -i
Interfaces
The same operation is available through the interfaces below.
Nerdamer Notation
Use this form inside input passed to nerdamer(...).
conjugate(arg1)
