Safekipedia
Linear algebraMatrices (mathematics)

Conjugate transpose

Adapted from Wikipedia · Adventurer experience

In mathematics, the conjugate transpose, also known as the Hermitian transpose, is an important idea used with complex matrices. It has two steps. First, we transpose the matrix, which means we flip it over its diagonal. Then, we apply complex conjugation to each entry. Complex conjugation changes the sign of the imaginary part of a complex number. For example, the conjugate of a + i b is a − i b. This idea is useful in many areas of mathematics and physics, especially when working with complex numbers.

There are several ways to write the conjugate transpose, such as AH, A*, A′, or (often in physics) A. For real matrices, the conjugate transpose is just the regular transpose, because real numbers do not have an imaginary part. This makes the idea work for both real and complex matrices in many math and science problems.

Definition

The conjugate transpose of a matrix is a special way to rearrange and change the numbers in it. For matrices that use complex numbers (numbers that include the imaginary unit i), you first flip the matrix over its diagonal (this is called transposing) and then change the sign of the imaginary part of each number.

There are a few symbols used to show this operation: A* (common in linear algebra), AH (also used in linear algebra), A (often used in quantum mechanics), and sometimes A+ although this symbol usually means something else. For matrices with only real numbers, the conjugate transpose is simply the regular transpose.

Example

To find the conjugate transpose of a matrix, we first flip the matrix over its diagonal. This is called transposing. Then, we change the sign of the imaginary part of each number in the matrix.

For example, let’s look at matrix A: [ \mathbf {A} ={\begin{bmatrix}1&-2-i&5\1+i&i&4-2i\end{bmatrix}} ]

After transposing, we get: [ \mathbf {A} ^{\operatorname {T} }={\begin{bmatrix}1&1+i\-2-i&i\5&4-2i\end{bmatrix}} ]

Finally, we apply conjugation to each entry. This means changing the sign of the imaginary part. The result is the conjugate transpose AH: [ \mathbf {A} ^{\mathrm {H} }={ \begin{bmatrix}1&1-i\-2+i&-i\5&4+2i\end{bmatrix}} ]

Basic remarks

A square matrix is called Hermitian if it looks the same when you flip it and then change every imaginary number to its opposite. This is like a mirror image that also flips signs.

There are also special types like Skew Hermitian and Normal matrices, which have their own unique mirror-like properties. For example, a Unitary matrix is one where flipping it and then multiplying it by itself gives back the identity matrix, which acts like "1" for matrices.

Properties

The conjugate transpose of a complex matrix has special properties. If you add two matrices and then take their conjugate transpose, it's the same as taking the conjugate transpose of each matrix first and then adding them.

If you multiply a matrix by a complex number and then take the conjugate transpose, it's the same as taking the complex conjugate of that number and then multiplying by the conjugate transpose of the matrix.

For any two matrices that can be multiplied together, the conjugate transpose of their product is the product of their conjugate transposes in reverse order. If you take the conjugate transpose of a matrix and then take the conjugate transpose again, you get back the original matrix.

Generalizations

When we think of a special kind of number grid called a matrix as a rule that moves things around, the conjugate transpose becomes an important idea. In advanced math, this idea helps us understand how these rules work.

We can also extend this idea to more general situations. If we have a rule that moves things from one group to another, we can find a matching rule by flipping the original rule and then changing the signs of certain parts. This helps us study how these groups relate to each other.

This article is a child-friendly adaptation of the Wikipedia article on Conjugate transpose, available under CC BY-SA 4.0.