# Nakafa Framework: LLM
URL: /en/subject/university/bachelor/ai-ds/linear-methods/complex-matrix
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/university/bachelor/ai-ds/linear-methods/complex-matrix/en.mdx
Output docs content for large language models.
---
export const metadata = {
    title: "Complex Matrix",
    description: "Learn complex matrices with adjoint operations, Hermitian transpose, Euclidean norms, and essential properties for quantum computing and signal processing.",
    authors: [{ name: "Nabil Akbarazzima Fatih" }],
    date: "07/12/2025",
    subject: "Linear Methods of AI",
};
## Definition of Matrix with Complex Entries
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  rows and  columns is called a complex  matrix:
with **coefficients**  for  and . The set of all complex  matrices is written as .
The main difference from real matrices is that each entry  can now be a complex number such as  or .
## Adjoint Matrix
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 .
Let  be a complex  matrix. The **adjoint matrix** (complex conjugate transpose matrix)  of  is the complex  matrix obtained by swapping the rows and columns of  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.
## Properties of Adjoint Matrix
The adjoint matrix has several important properties that are useful in calculations. Here are the fundamental properties that always hold:
### Basic Properties
1. **Relationship with real transpose**: For , we have 
This makes sense because if the matrix only contains real entries, then the complex conjugate does not change its value.
2. **Involution**: 
If we take the adjoint of an adjoint, we return to the original matrix.
### Linear Operation Properties
3. **Linearity of addition**: 
4. **Linearity of scalar multiplication**: 
Note that for scalar multiplication, we need to take the conjugate of the scalar .
### Multiplication Properties
5. **Anticommutative property of multiplication**: 
This property shows that the adjoint of a matrix product is the product of the adjoints of those matrices in reverse order.
## Euclidean Norm on Complex Spaces
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 , we define:
The **Euclidean norm** is calculated as:
This defines a norm on , namely the **Euclidean norm** .
### Properties of Euclidean Norm
The Euclidean norm satisfies the following properties:
**Homogeneity**: 
**Positive definite**:  and 
**Triangle inequality**: 
These properties guarantee that  is truly a norm in the formal mathematical sense.