TOPICS
Search

Complex Conjugate


The complex conjugate of a complex number z=a+bi is defined to be

 z^_=a-bi.
(1)

The conjugate matrix of a matrix A=(a_(ij)) is the matrix obtained by replacing each element a_(ij) with its complex conjugate, A^_=(a^__(ij)) (Arfken 1985, p. 210).

The complex conjugate is implemented in the Wolfram Language as Conjugate[z].

Note that there are several notations in common use for the complex conjugate. Applied physics and engineering texts tend to prefer z^*, while most modern math and theoretical physics texts favor z^_. Unfortunately, the notation z^* is also commonly used to denote adjoint operators matrices. Because of these mutually contradictory conventions, care is needed when consulting the literature. In this work, z^_ is used to denote the complex conjugate.

Common notational conventions for complex conjugate are summarized in the table below.

notationreferences
z^_This work; Abramowitz and Stegun (1972, p. 16), Anton (2000, p. 528), Harris and Stocker (1998, p. 21), Golub and Van Loan (1996, p. 15), Kaplan (1981, p. 28), Kaplan (1992, p. 572), Krantz (1999, p. 2), Kreyszig (1988, p. 568), Roman (1987, p. 534), Strang (1988, p. 220), Strang (1993)
z^*Arfken (1985, p. 356), Bekefi and Barrett (1987, p. 616), Press et al. (1989, p. 397), Harris and Stocker (1998, p. 21), Hecht (1998, p. 18), Herkommer (1999, p. 262)

In linear algebra, it is common to apply both the complex conjugate and transpose to the same matrix. The matrix obtained from a given matrix A by this combined operation is commonly called the conjugate transpose A^(H) of A. However, the terms adjoint matrix, adjugate matrix, Hermitian conjugate, and Hermitian adjoint are also used, as are the notations A^| and A^*. In this work, A^(H) is used to denote the conjugate transpose matrix and a^| is used to denote the adjoint operator.

By definition, the complex conjugate satisfies

 z^_^_=z.
(2)

The complex conjugate is distributive under complex addition,

 z_1+z_2^_=z^__1+z^__2,
(3)

since

(a_1+ib_1)+(a_2+ib_2)^_=(a_1+a_2)+i(b_1+b_2)^_
(4)
=(a_1+a_2)-i(b_1+b_2)
(5)
=(a_1-ib_1)+(a_2-ib_2)
(6)
=a_1+ib_1^_+a_2+ib_2^_,
(7)

and distributive over complex multiplication,

 z_1z_2^_=z^__1z^__2,
(8)

since

(a_1+b_1i)(a_2+b_2i)^_=(a_1a_2-b_1b_2)+i(a_1b_2+a_2b_1)^_
(9)
=(a_1a_2-b_1b_2)-i(a_1b_2+a_2b_1)
(10)
=(a_1-ib_1)(a_2-ib_2)
(11)
=a_1+ib_1^_ a_2+ib_2^_.
(12)

See also

Complex Addition, Complex Analysis, Complex Division, Complex Exponentiation, Complex Modulus, Complex Multiplication, Complex Number, Complex Subtraction, Conjugate Matrix, Conjugate Transpose Explore this topic in the MathWorld classroom

Related Wolfram sites

http://functions.wolfram.com/ComplexComponents/Conjugate/

Explore with Wolfram|Alpha

References

Abramowitz, M. and Stegun, I. A. (Eds.). Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables, 9th printing. New York: Dover, p. 16, 1972.Anton, H. Elementary Linear Algebra, 8th ed. New York: Wiley, 2000.Arfken, G. Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, pp. 355-356, 1985.Bekefi, G. and Barrett, A. H. Electromagnetic Vibrations, Waves, and Radiation. Cambridge, MA: MIT Press, p. 616, 1987.Golub, G. and Van Loan, C. Matrix Computations, 3rd ed. Baltimore, MD: Johns Hopkins University Press, 1996.Hecht, E. Optics, 3rd ed. Reading, MA: Addison-Wesley, p. 18, 1998.Herkommer, M. A. Number Theory: A Programmer's Guide. New York: McGraw-Hill, p. 262, 1999.Harris, J. W. and Stocker, H. Handbook of Mathematics and Computational Science. New York: Springer-Verlag, p. 21, 1998.Kaplan, W. Advanced Calculus, 4th ed. Reading, MA: Addison-Wesley, 1992.Kaplan, W. Advanced Mathematics for Engineers. Reading, MA: Addison-Wesley, 1981.Krantz, S. G. "Complex Conjugate." §1.1.3 in Handbook of Complex Variables. Boston, MA: Birkhäuser, p. 2, 1999.Kreyszig, E. Advanced Engineering Mathematics, 6th ed. New York: Wiley, p. 568, 1988.Press, W. H.; Flannery, B. P.; Teukolsky, S. A.; and Vetterling, W. T. Numerical Recipes in FORTRAN: The Art of Scientific Computing, 2nd ed. Cambridge, England: Cambridge University Press, 1989.Roman, S. "The Conjugate of a Complex Number and Complex Division." §11.2 in College Algebra and Trigonometry. San Diego, CA: Harcourt, Brace, Jovanovich, pp. 534-541, 1987.Strang, G. Introduction to Linear Algebra. Wellesley, MA: Wellesley-Cambridge Press, 1993.Strang, G. Linear Algebra and its Applications, 3rd ed. Philadelphia, PA: Saunders, 1988.

Referenced on Wolfram|Alpha

Complex Conjugate

Cite this as:

Weisstein, Eric W. "Complex Conjugate." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/ComplexConjugate.html

Subject classifications