Linear Algebra 59 | Adjoint
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.
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 m n matrix A, the adjoint A* is the n m 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 2 3 matrix whose entries include i and -i. The adjoint becomes a 3 2 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?
How is the adjoint A* defined for an m n complex matrix A?
What happens to A* when A has only real entries?
What is the relationship between the eigenvalues of A and those of A*?
How does the standard inner product connect to matrix notation like X*Y?
Review Questions
- Given a complex matrix A, what two operations must be performed to form A*?
- If A has eigenvalues 2+i and 1-3i, what eigenvalues must A* have?
- 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
In 3n, the standard inner product conjugates the first argument, so moving a matrix between arguments requires complex conjugation of matrix entries.
- 2
The adjoint A* is defined as the transpose followed by entrywise complex conjugation, producing an n m matrix from an m n matrix.
- 3
If A has only real entries, then A* equals A^T because complex conjugation leaves real numbers unchanged.
- 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
The standard inner product in 3n can be written as X*Y, matching the conjugate-transpose structure.
- 6
Eigenvalues transform under adjoint by complex conjugation: the eigenvalues of A* are the complex conjugates of the eigenvalues of A.
- 7
Geometrically, eigenvalues of A* are reflections of eigenvalues of A across the real axis in the complex plane.