For AI agents: use /llms.txt for the Nakafa content index.
Just like matrices with real entries, we can also form matrices whose entries are complex numbers. Imagine a rectangular table containing complex numbers arranged neatly in rows and columns.
A rectangular scheme of complex numbers with m∈N rows and n∈N columns is called a complex matrix:
with coefficients aij∈C for i=1,…,m and j=1,…,n. The set of all complex m×n matrices is written as Cm×n.
The main difference from real matrices is that each entry aij can now be a complex number such as 2+3i or −1−4i.
In the context of complex matrices, the concept of matrix transpose is extended to a more general concept called the adjoint matrix. This concept is the complex generalization of the transpose matrix AT.
Let A∈Cm×n be a complex m×n matrix. The adjoint matrix (complex conjugate transpose matrix) AH of A is the complex n×m matrix obtained by swapping the rows and columns of A and taking the complex conjugate of each entry:
This process involves two steps: first transpose the matrix (swap rows and columns), then take the complex conjugate of each entry.
The adjoint matrix has several important properties that are useful in calculations. Here are the fundamental properties that always hold:
- Relationship with real transpose: For A∈Rm×n⊂Cm×n, we have AH=AT
This makes sense because if the matrix only contains real entries, then the complex conjugate does not change its value.
- Involution: (AH)H=A
If we take the adjoint of an adjoint, we return to the original matrix.
-
Linearity of addition: (A+B)H=AH+BH
-
Linearity of scalar multiplication: (λ⋅A)H=λ⋅AH
Note that for scalar multiplication, we need to take the conjugate of the scalar λ.
- Anticommutative property of multiplication: (A⋅B)H=BH⋅AH
This property shows that the adjoint of a matrix product is the product of the adjoints of those matrices in reverse order.
For vectors in complex spaces, we need a way to measure the "length" or norm of that vector. The concept of Euclidean norm is extended for complex spaces using the adjoint matrix.
For v∈Cn, we define:
The Euclidean norm is calculated as:
This defines a norm on Cn, namely the Euclidean norm ∥⋅∥2:Cn→R:v↦∥v∥2.
The Euclidean norm satisfies the following properties:
Homogeneity: ∥αv∥2=∣α∣∥v∥2
Positive definite: ∥v∥2≥0 and ∥v∥2=0⇔v=0
Triangle inequality: ∥v+w∥2≤∥v∥2+∥w∥2
These properties guarantee that ∥⋅∥2 is truly a norm in the formal mathematical sense.