Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Complex Numbers >
Mathematica > Mathematics and Algorithms > Numerical Evaluation & Precision > Complex Numbers >

Conjugate

Conjugate[z]
or z* gives the complex conjugate of the complex number z.
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • * can be entered as Esc co Esc, Esc conj Esc or \[Conjugate].
Use Esc conj Esc to conjugate expressions:
Find complex conjugate of complex exponentials:
Find complex conjugate of explicit algebraic numbers:
The precision of the output does not track the precision of the input:
Conjugate threads element-wise over lists:
TraditionalForm formatting:
Infinite arguments give symbolic results:
Define a scalar product for complex-valued lists:
Apply the definition:
Rewrite a complex-valued rational function into one with real denominator:
Recover the original fraction:
Implement a Möbius transformation:
Plot the images of concentric circles:
Write a real-valued function as a function of z and z*:
Holomorphic functions are independent of z*:
Use Conjugate to describe geometric regions:
Some transformations are performed automatically:
Conjugate is its own inverse:
Simplify expressions containing Conjugate:
Assume real-valued variables:
Assume generic complex-valued variables:
Use Conjugate as an option value in ComplexExpand:
Integrate along a line in the complex plane, symbolically and numerically:
Find Hermitian conjugate of a matrix:
Use ConjugateTranspose instead:
Conjugate does not always propagate into arguments:
Conjugate can stay unevaluated for numeric arguments:
Machine-precision numeric evaluation of Conjugate can give wrong results:
Use arbitrary precision evaluation instead:
Differentiating Conjugate is not possible:
New in 1 | Last modified in 5.1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team