Mathwords logoMathwords

Dagger Symbol — Definition, Formula & Examples

The dagger symbol (†) is a typographic mark used in mathematics primarily to denote the adjoint (conjugate transpose) of a matrix or operator, and occasionally to mark footnotes or deceased individuals in biographical contexts.

In linear algebra and functional analysis, the dagger \dagger applied to a matrix AA denotes its conjugate transpose (Hermitian adjoint), so that A=ATA^\dagger = \overline{A}^{\,T}. It is also used to denote the Moore–Penrose pseudoinverse of a matrix. In some notations, a double dagger \ddagger serves as a secondary footnote marker.

Key Formula

A=ATA^\dagger = \overline{A}^{\,T}
Where:
  • AA = A matrix with complex (or real) entries
  • A\overline{A} = The matrix formed by taking the complex conjugate of each entry of A
  • T^T = The transpose operation (swap rows and columns)

How It Works

When you see AA^\dagger in a textbook, context determines which meaning applies. In quantum mechanics and linear algebra, AA^\dagger almost always means the conjugate transpose: you transpose AA and then take the complex conjugate of every entry. In numerical analysis, AA^\dagger can instead mean the Moore–Penrose pseudoinverse, a generalization of the matrix inverse for non-square or singular matrices. Outside of formulas, the dagger † is a standard footnote marker, used after the asterisk (*) when a second footnote is needed on the same page.

Worked Example

Problem: Find the conjugate transpose (dagger) of the matrix A=(23+i1i4i)A = \begin{pmatrix} 2 & 3+i \\ 1-i & 4i \end{pmatrix}.
Step 1: Transpose A by swapping rows and columns.
AT=(21i3+i4i)A^T = \begin{pmatrix} 2 & 1-i \\ 3+i & 4i \end{pmatrix}
Step 2: Take the complex conjugate of every entry (replace ii with i-i).
A=AT=(21+i3i4i)A^\dagger = \overline{A^T} = \begin{pmatrix} 2 & 1+i \\ 3-i & -4i \end{pmatrix}
Answer: A=(21+i3i4i)A^\dagger = \begin{pmatrix} 2 & 1+i \\ 3-i & -4i \end{pmatrix}

Why It Matters

The dagger notation is essential in quantum mechanics, where every observable is represented by a Hermitian operator satisfying A=AA^\dagger = A. If you study linear algebra, quantum computing, or signal processing, you will encounter AA^\dagger frequently in both theoretical proofs and numerical computations.

Common Mistakes

Mistake: Confusing the dagger (conjugate transpose) with a plain transpose when working with complex matrices.
Correction: The dagger AA^\dagger requires both transposing and conjugating. For real matrices the two coincide, but for complex entries you must replace every ii with i-i after transposing.

Related Terms

  • CaretAnother typographic symbol used in math notation
  • TildeSymbol used for approximation and equivalence
  • Plus or Minus (±)Common mathematical operator symbol
  • Degree SymbolTypographic symbol with specific math usage
  • Integral SignWidely recognized mathematical notation symbol
  • Percent SignSymbol with both everyday and mathematical meaning