Get AI summaries of any video or article — Sign up free
Linear Algebra 59 | Adjoint thumbnail

Linear Algebra 59 | Adjoint

4 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

In 3n, the standard inner product conjugates the first argument, so moving a matrix between arguments requires complex conjugation of matrix entries.

Briefing

Adjoint matrices are introduced as the complex-number counterpart to the transpose, and they’re pinned down by how they interact with the inner product in 3n. In real vector spaces, moving a matrix from one side of an inner product to the other uses the transpose. In complex vector spaces, the same “shift” requires not only swapping rows and columns but also taking complex conjugates—turning the transpose into the adjoint (written as A*). This matters because the standard inner product in 3n is defined using complex conjugation, so the adjoint is the matrix operation that preserves the inner-product structure.

The discussion starts by recalling the inner product. For vectors in 3n, the standard inner product uses complex conjugation on the first argument: 3n’s inner product is written as X*Y (with the star indicating conjugate transpose later on). A key property from the real case is then extended: with a real matrix A, the transpose lets one “shift” A between arguments inside the inner product. The same computation in 3n shows that when indices are swapped to rewrite the expression as a matrix product, each entry of A must also be complex-conjugated. That combined operation—transpose plus entrywise conjugation—is exactly the adjoint.

A formal definition follows: for a complex mn matrix A, the adjoint A* is the nm matrix obtained by exchanging rows and columns and conjugating every entry. The adjoint is also known by other names such as the conjugate transpose or Hermitian conjugate, and some conventions use a capital H instead of a star.

An illustrative example uses a 23 matrix whose entries include i and -i. The adjoint becomes a 32 matrix: first transpose the layout, then conjugate each entry (so i becomes -i and vice versa). A special note clarifies that if A has only real entries, then A* reduces to the transpose, even though the adjoint notation remains the correct one in complex settings.

Finally, the adjoint’s spectral behavior is connected to eigenvalues. The spectrum of A* is obtained from the eigenvalues of A by complex conjugation: if bb is an eigenvalue of A, then bb̄ is an eigenvalue of A*. Geometrically, eigenvalues of A* appear as reflections of eigenvalues of A across the real axis in the complex plane. The link is justified by the fact that eigenvalues are zeros of the characteristic polynomial, and conjugating the matrix entries conjugates the polynomial’s roots accordingly. The takeaway is practical: whenever complex inner products and eigenvalue problems arise, the adjoint is the operation that correctly “moves” matrices and predicts how eigenvalues transform.

Cornell Notes

The adjoint matrix A* is the complex analogue of the transpose, defined by taking the transpose and then complex-conjugating every entry. It’s introduced by examining how matrices move between arguments in the standard inner product on 3n, where the first argument is conjugated. This requirement forces the conjugate-transpose operation: shifting A from one side of the inner product to the other uses A* rather than A^T. The adjoint also controls eigenvalues: the eigenvalues of A* are exactly the complex conjugates of the eigenvalues of A, meaning they reflect across the real axis in the complex plane. This makes A* the key matrix operation for complex inner-product geometry and spectral questions.

Why does the transpose stop being enough when moving matrices inside the inner product from 3n?

In 3n, the standard inner product conjugates the first argument. When rewriting the matrix-vector product so that a matrix can be shifted to the other side of the inner product, swapping indices (the transpose step) is not the only change: the conjugation attached to the first argument forces complex conjugation of the matrix entries as well. That combined operation is the adjoint A*, not just the transpose A^T.

How is the adjoint A* defined for an mn complex matrix A?

If A has entries a_{ij}, then A* is the nm matrix whose (j,i) entry is the complex conjugate of a_{ij}. Operationally: transpose the matrix (swap rows and columns) and then conjugate every entry. This is why A* is also called the conjugate transpose or Hermitian conjugate.

What happens to A* when A has only real entries?

If every entry of A is real, complex conjugation does nothing. So A* becomes exactly the transpose A^T. The notation still uses A* because the definition is uniform in complex settings, but the result matches the real-case transpose.

What is the relationship between the eigenvalues of A and those of A*?

If bb is an eigenvalue of A, then its complex conjugate bb̄ is an eigenvalue of A*. Equivalently, the spectrum of A* is the complex conjugate of the spectrum of A. In the complex plane, eigenvalues of A* are reflected across the real axis.

How does the standard inner product connect to matrix notation like X*Y?

For vectors in 3n, the standard inner product can be written as X*Y, where X* denotes the conjugate transpose of X. In matrix-product form, this is a 1n row vector times an n1 column vector, producing a 11 complex number. This is the same structure that motivates why A* appears when shifting matrices inside the inner product.

Review Questions

  1. Given a complex matrix A, what two operations must be performed to form A*?
  2. If A has eigenvalues 2+i and 1-3i, what eigenvalues must A* have?
  3. How does the definition of the inner product in 3n (which argument is conjugated) determine whether A^T or A* is used?

Key Points

  1. 1

    In 3n, the standard inner product conjugates the first argument, so moving a matrix between arguments requires complex conjugation of matrix entries.

  2. 2

    The adjoint A* is defined as the transpose followed by entrywise complex conjugation, producing an nm matrix from an mn matrix.

  3. 3

    If A has only real entries, then A* equals A^T because complex conjugation leaves real numbers unchanged.

  4. 4

    The adjoint is also called the conjugate transpose or Hermitian conjugate, and some conventions use a capital H in place of a star.

  5. 5

    The standard inner product in 3n can be written as X*Y, matching the conjugate-transpose structure.

  6. 6

    Eigenvalues transform under adjoint by complex conjugation: the eigenvalues of A* are the complex conjugates of the eigenvalues of A.

  7. 7

    Geometrically, eigenvalues of A* are reflections of eigenvalues of A across the real axis in the complex plane.

Highlights

In complex inner products, “shifting” a matrix from one side to the other forces conjugation of the matrix entries, turning transpose into adjoint.
Adjoint A* is exactly “transpose + complex conjugate,” and it changes an mn matrix into an nm matrix.
Eigenvalues of A* are the complex conjugates of eigenvalues of A, reflecting the spectrum across the real axis.

Topics