Linear Algebra: Complex Numbers and Vector Spaces
Based on Linear Algebra Done Right (Section: $\mathbf{R}, \mathbf{C}$, and $\mathbf{F}^n$)
While we might initially focus on real numbers, complex numbers become necessary because real numbers alone are insufficient for solving all polynomial equations (e.g., $x^2 + 1 = 0$ has no real solution). To resolve this, we introduce the imaginary unit $i$, defined such that $i^2 = -1$.
1. Complex Numbers ($\mathbf{C}$)
Definition
A complex number is an ordered pair of real numbers, denoted as $a + bi$, where:
- $a$ is the real part.
- $b$ is the imaginary part.
- The set of all complex numbers is denoted by $\mathbf{C}$.
Operations
- Addition: Add real and imaginary parts separately.
$(a + bi) + (c + di) = (a + c) + (b + d)i$ - Multiplication: Use the distributive property and $i^2 = -1$.
$(a + bi)(c + di) = (ac - bd) + (ad + bc)i$
Properties
Addition and multiplication in $\mathbf{C}$ satisfy standard algebraic properties (Field Axioms):
- Commutativity: $\alpha + \beta = \beta + \alpha$ and $\alpha\beta = \beta\alpha$.
- Associativity: $(\alpha + \beta) + \gamma = \alpha + (\beta + \gamma)$ and $(\alpha\beta)\gamma = \alpha(\beta\gamma)$.
- Identities: $0$ is the additive identity; $1$ is the multiplicative identity.
- Additive Inverse: For every $\alpha$, there exists $-\alpha$ such that $\alpha + (-\alpha) = 0$.
- Multiplicative Inverse: For every $\alpha \ne 0$, there exists $\alpha^{-1}$ such that $\alpha \cdot \alpha^{-1} = 1$.
- Distributivity: $\lambda(\alpha + \beta) = \lambda\alpha + \lambda\beta$.
2. The Field $\mathbf{F}$
Throughout linear algebra, $\mathbf{F}$ denotes either the field of real numbers ($\mathbf{R}$) or the field of complex numbers ($\mathbf{C}$). Elements of $\mathbf{F}$ are called scalars.
3. Vector Spaces: $\mathbf{F}^n$
We generalize the familiar concepts of $\mathbf{R}^2$ (plane) and $\mathbf{R}^3$ (space) to lists of length $n$.
Definition of $\mathbf{F}^n$
$\mathbf{F}^n$ is the set of all lists of length $n$ consisting of elements from $\mathbf{F}$.
$$ (x_1, x_2, \dots, x_n) $$Example: $\mathbf{C}^4$ is the set of all lists of four complex numbers: $(z_1, z_2, z_3, z_4)$.
Operations on $\mathbf{F}^n$
- Addition: Add corresponding coordinates.
$(x_1, \dots, x_n) + (y_1, \dots, y_n) = (x_1 + y_1, \dots, x_n + y_n)$ - Scalar Multiplication: Multiply each coordinate by the scalar $\lambda \in \mathbf{F}$.
$\lambda(x_1, \dots, x_n) = (\lambda x_1, \dots, \lambda x_n)$
We use a single bold letter (e.g., $\mathbf{x}$) to represent a vector.
- $\mathbf{x} = (x_1, \dots, x_n)$
- Zero vector: $\mathbf{0} = (0, \dots, 0)$
Geometric Interpretation
$\mathbf{F}^n$ is a powerful algebraic construct. While we can visualize $\mathbf{R}^2$ and $\mathbf{R}^3$, spaces like $\mathbf{R}^{100}$ or $\mathbf{C}^{400}$ rely on algebraic manipulation rather than geometric intuition. The ease of defining these spaces algebraically is a fundamental reason for the success of linear algebra.
'수리과학 > Linear Algebra' 카테고리의 다른 글
| [Axler] Span and Linear Independence (0) | 2025.12.11 |
|---|---|
| [Axler] Subspaces (0) | 2025.12.10 |
| [Axler] Chapter 6, Chapter 7 예습노트 (0) | 2025.12.09 |
| [Axler] Chap4, Chap5 예습노트 (0) | 2025.12.09 |
| [Axler] 챕터1~챕터3 예습노트 (0) | 2025.12.09 |