• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Bachelor
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Linear Methods of AI

Complex Vector Space

Introduction to Complex Numbers

Before understanding complex vector spaces, we need to understand complex numbers first. Imagine we have an imaginary unit iii with the special property i2=−1i^2 = -1i2=−1. Complex numbers are numbers that consist of a real part and an imaginary part.

The set of complex numbers is defined as C:={z=x+iy:x,y∈R}\mathbb{C} := \{z = x + iy : x, y \in \mathbb{R}\}C:={z=x+iy:x,y∈R}. In every complex number z=x+iyz = x + iyz=x+iy, the part x=Re(z)x = \text{Re}(z)x=Re(z) is called the real part and the part y=Im(z)y = \text{Im}(z)y=Im(z) is called the imaginary part.

Using the property i2=−1i^2 = -1i2=−1, we can perform arithmetic operations on complex numbers such as addition, subtraction, multiplication, and division. The set (C,+,⋅)(\mathbb{C}, +, \cdot)(C,+,⋅) forms a field.

Conjugate and Modulus

For a complex number z=x+iyz = x + iyz=x+iy, the complex conjugate is defined as z‾=x−iy\overline{z} = x - iyz=x−iy. This conjugate is useful in various calculations.

The modulus or absolute value of a complex number is calculated with the formula:

∣z∣=z⋅z‾=x2+y2|z| = \sqrt{z \cdot \overline{z}} = \sqrt{x^2 + y^2}∣z∣=z⋅z​=x2+y2​

This modulus gives the "distance" of the complex number from the origin in the complex plane.

Fundamental Theorem of Algebra

The fundamental theorem of algebra is an important result that distinguishes complex polynomials from real polynomials. This theorem states that every non-constant polynomial with complex coefficients must have a complex root.

Now, let's look at a very important result. Every non-constant polynomial

p(z)=anzn+an−1zn−1+⋯+a1z+a0,z∈Cp(z) = a_n z^n + a_{n-1} z^{n-1} + \cdots + a_1 z + a_0, \quad z \in \mathbb{C}p(z)=an​zn+an−1​zn−1+⋯+a1​z+a0​,z∈C

with degree n≥1n \geq 1n≥1 and complex coefficients ak∈Ca_k \in \mathbb{C}ak​∈C for k=0,1,…,nk = 0, 1, \ldots, nk=0,1,…,n with an≠0a_n \neq 0an​=0, has at least one complex root. This means there exists a number z∗∈Cz_* \in \mathbb{C}z∗​∈C such that p(z∗)=0p(z_*) = 0p(z∗​)=0.

This theorem is very important because it guarantees that in the field of complex numbers, every polynomial equation always has a solution.

Definition and Axioms of Complex Vector Space

After understanding complex numbers, we can extend the concept of vector spaces from real scalars to complex scalars. Vector spaces can not only be defined with scalars from R\mathbb{R}R, but also from other fields such as C\mathbb{C}C.

A set VVV with an addition operation

+:V×V→V:(x,y)↦x+y+ : V \times V \to V : (x, y) \mapsto x + y+:V×V→V:(x,y)↦x+y

and a scalar multiplication operation

⋅:C×V→V:(λ,x)↦λ⋅x\cdot : \mathbb{C} \times V \to V : (\lambda, x) \mapsto \lambda \cdot x⋅:C×V→V:(λ,x)↦λ⋅x

is called a complex vector space if it satisfies the following axioms:

Vector Addition Axioms

  1. Associative: (x+y)+z=x+(y+z)(x + y) + z = x + (y + z)(x+y)+z=x+(y+z) for all x,y,z∈Vx, y, z \in Vx,y,z∈V

  2. Commutative: x+y=y+xx + y = y + xx+y=y+x for all x,y∈Vx, y \in Vx,y∈V

  3. Identity Element: There exists an element 0∈V0 \in V0∈V such that x+0=x=0+xx + 0 = x = 0 + xx+0=x=0+x for all x∈Vx \in Vx∈V

  4. Inverse Element: For every x∈Vx \in Vx∈V there exists an element −x∈V-x \in V−x∈V such that x+(−x)=0=(−x)+xx + (-x) = 0 = (-x) + xx+(−x)=0=(−x)+x

Scalar Multiplication Axioms

  1. Associative multiplication: (λμ)⋅x=λ⋅(μ⋅x)(\lambda \mu) \cdot x = \lambda \cdot (\mu \cdot x)(λμ)⋅x=λ⋅(μ⋅x) for all λ,μ∈C,x∈V\lambda, \mu \in \mathbb{C}, x \in Vλ,μ∈C,x∈V

  2. Unit element: 1⋅x=x1 \cdot x = x1⋅x=x for all x∈Vx \in Vx∈V

Distributive Axioms

  1. Distributive over vector addition: λ⋅(x+y)=λ⋅x+λ⋅y\lambda \cdot (x + y) = \lambda \cdot x + \lambda \cdot yλ⋅(x+y)=λ⋅x+λ⋅y for all λ∈C,x,y∈V\lambda \in \mathbb{C}, x, y \in Vλ∈C,x,y∈V

  2. Distributive over scalar addition: (λ+μ)⋅x=λ⋅x+μ⋅x(\lambda + \mu) \cdot x = \lambda \cdot x + \mu \cdot x(λ+μ)⋅x=λ⋅x+μ⋅x for all λ,μ∈C,x∈V\lambda, \mu \in \mathbb{C}, x \in Vλ,μ∈C,x∈V

Elements x∈Vx \in Vx∈V are called vectors, and elements λ∈C\lambda \in \mathbb{C}λ∈C are called scalars.

Differences from Real Vector Spaces

It is important to understand that in complex vector spaces, we do not use special properties of real numbers such as ordering or real analysis. All results that apply to vector spaces remain valid for complex vector spaces, especially those related to matrices, systems of linear equations, and determinants.

The main difference lies in the scalar field used. Real vector spaces use R\mathbb{R}R as the scalar field, whereas complex vector spaces use C\mathbb{C}C which provides more flexibility in calculations.

Previous

Cramer's Rule

Next

Complex Matrix

  • Complex Vector SpaceMaster complex vector spaces with complex numbers, fundamental theorem of algebra, and 8 essential axioms. Learn AI linear methods step-by-step.
On this page
  • Introduction to Complex Numbers
    • Conjugate and Modulus
  • Fundamental Theorem of Algebra
  • Definition and Axioms of Complex Vector Space
    • Vector Addition Axioms
    • Scalar Multiplication Axioms
    • Distributive Axioms
  • Differences from Real Vector Spaces
  • Comments
  • Report
  • Source code