Linear algebra is usually developed over a field of scalars. The two most common scalar fields are the real numbers and the complex numbers . A real vector space allows real scalar multiplication. A complex vector space allows complex scalar multiplication. This distinction affects eigenvalues, inner products, matrix factorizations, and spectral theory.
C.1 The Real Numbers
The real numbers form the number system used for ordinary measurement. They include integers, rational numbers, and irrational numbers.
A real number may be positive, negative, or zero. It can be placed on the real line. Addition and multiplication of real numbers satisfy the usual algebraic laws:
| Law | Formula |
|---|---|
| Associativity of addition | |
| Commutativity of addition | |
| Additive identity | |
| Additive inverse | |
| Associativity of multiplication | |
| Commutativity of multiplication | |
| Multiplicative identity | |
| Multiplicative inverse | |
| Distributivity |
These laws make a field. A field is a scalar system in which addition, subtraction, multiplication, and division by nonzero elements are possible.
C.2 Order on the Real Numbers
The real numbers are ordered. For real numbers and , one may write
The order is compatible with addition:
It is also compatible with multiplication by nonnegative numbers:
If , the inequality reverses:
Order is important in topics such as length, norm, positivity, optimization, and positive definite matrices. Complex numbers do not have an order compatible with field operations in the same way.
C.3 Absolute Value
The absolute value of a real number is
It measures distance from zero on the real line.
For example,
The absolute value satisfies:
| Property | Formula |
|---|---|
| Nonnegativity | ( |
| Definiteness | ( |
| Multiplicativity | ( |
| Triangle inequality | ( |
The triangle inequality is the one-dimensional prototype of norm inequalities in vector spaces.
C.4 Distance on the Real Line
The distance between two real numbers and is
For example, the distance between and is
This formula generalizes to Euclidean distance in . If
then the Euclidean distance is
Thus the absolute value is the first example of a norm.
C.5 Square Roots and Positivity
For every nonnegative real number , there exists a unique nonnegative real number such that
For example,
The equation
has two real solutions when :
It has one real solution when , and no real solution when .
The failure of the equation
to have a real solution leads to the complex numbers.
C.6 The Complex Numbers
The complex numbers extend the real numbers by adjoining a new number , called the imaginary unit, satisfying
Every complex number has the form
where . The number is the real part of , and is the imaginary part of . The set of all complex numbers is denoted by .
We write
For example, if
then
A real number is a complex number with imaginary part zero:
Thus
C.7 Addition and Multiplication in
Complex numbers are added componentwise:
For example,
Multiplication is defined by the distributive law and the relation :
Since ,
For example,
The complex numbers form a field. Addition, subtraction, multiplication, and division by nonzero complex numbers are all defined.
C.8 Complex Conjugation
The complex conjugate of
is
Conjugation changes the sign of the imaginary part and leaves the real part unchanged.
For example,
Important identities include:
| Identity | Formula |
|---|---|
| Conjugate of a sum | |
| Conjugate of a product | |
| Double conjugation | |
| Real criterion |
Conjugation is essential in complex inner product spaces. It appears in Hermitian matrices, unitary matrices, and the complex spectral theorem.
C.9 Modulus of a Complex Number
The modulus of
is
Geometrically, this is the distance from the origin to the point in the complex plane.
The modulus satisfies
and
The product of a complex number with its conjugate is real and nonnegative:
Indeed, if , then
This identity is used to divide by complex numbers.
C.10 Division in
If , then
For
this gives
For example,
Thus division by a nonzero complex number reduces to multiplication by its conjugate divided by its squared modulus.
C.11 The Complex Plane
A complex number
can be represented by the point in the plane. The horizontal axis is the real axis, and the vertical axis is the imaginary axis.
This identifies with as a real vector space:
However, has more structure than , because complex numbers can be multiplied.
Multiplication by sends
to
In coordinate form,
This is rotation by counterclockwise.
Thus complex multiplication has a geometric interpretation: it combines scaling and rotation.
C.12 Polar Form
A nonzero complex number can be written in polar form:
where
and is an argument of .
The number is the distance from the origin. The angle is measured from the positive real axis.
If
then
Polar form is useful because multiplication becomes simple:
Thus multiplying complex numbers multiplies their moduli and adds their arguments.
C.13 Euler’s Formula
Euler’s formula states that
Using this notation, polar form becomes
Multiplication is then
Euler’s formula connects algebra, geometry, and analysis. In linear algebra, it appears in rotations, complex eigenvalues, Fourier analysis, unitary matrices, and matrix exponentials.
C.14 Real and Complex Vector Spaces
A real vector space uses scalars from . A complex vector space uses scalars from .
For example, is a real vector space. Its vectors have real components, and scalar multiplication uses real numbers.
The space is a complex vector space. Its vectors have complex components, and scalar multiplication uses complex numbers.
Every complex vector space can also be viewed as a real vector space by restricting scalars from to . For example, has dimension over , but dimension over .
Indeed,
As a real vector space, a basis is
As a complex vector space, a basis is
The scalar field affects dimension.
C.15 Real Matrices and Complex Matrices
A real matrix has entries in . A complex matrix has entries in .
A real matrix may still have complex eigenvalues. For example,
represents rotation by in . Its characteristic polynomial is
This polynomial has no real roots. Over , it has roots
Thus complex numbers are needed for a complete eigenvalue theory. The fundamental theorem of algebra states that every nonconstant polynomial with complex coefficients has a complex root, so polynomial equations behave more completely over than over .
C.16 Conjugate Transpose
For a complex matrix , the transpose alone is usually not the correct analogue of the real transpose. Instead one uses the conjugate transpose.
If
then the conjugate transpose of is denoted by
and is defined by
Thus is obtained by transposing and conjugating each entry.
For example, if
then
The conjugate transpose is central in complex inner product spaces.
C.17 Real and Complex Inner Products
On , the standard inner product is
On , the standard inner product usually includes complex conjugation:
Some authors place the conjugate on the second variable instead. This book uses the convention above unless otherwise stated.
The conjugate is needed so that
is real and nonnegative.
Indeed, if
then
This quantity is zero only when .
C.18 Hermitian and Unitary Matrices
A complex square matrix is Hermitian if
Hermitian matrices are the complex analogue of real symmetric matrices. Their eigenvalues are real, and they have strong orthogonality properties.
A complex square matrix is unitary if
Unitary matrices are the complex analogue of real orthogonal matrices. They preserve inner products and norms.
In real linear algebra, the corresponding conditions are
for symmetric matrices and
for orthogonal matrices.
C.19 Choosing the Scalar Field
The choice between and depends on the problem.
| Use when | Use when |
|---|---|
| Quantities are naturally real-valued | Eigenvalues may be complex |
| Geometry takes place in real space | Rotations and oscillations are central |
| Order and positivity matter directly | Polynomial factorization is important |
| Optimization uses real variables | Fourier methods are used |
| Symmetric matrices are enough | Hermitian and unitary structure appears |
Many real problems are temporarily extended to because the complex setting gives cleaner algebra. After solving the complex problem, one may return to the real interpretation.
C.20 Summary
The real numbers provide order, distance, positivity, and the usual scalar system for geometry and computation. The complex numbers extend the real numbers by introducing , where . Every complex number has the form , and complex arithmetic follows from ordinary algebra together with this defining relation.
For linear algebra, the main points are:
| Concept | Real case | Complex case |
|---|---|---|
| Scalar field | ||
| Standard space | ||
| Transpose analogue | ||
| Symmetric analogue | Symmetric matrix | Hermitian matrix |
| Orthogonal analogue | Orthogonal matrix | Unitary matrix |
| Eigenvalue theory | May require complex roots | Algebraically complete |
Real and complex numbers are both fundamental. Real numbers support geometry and measurement. Complex numbers complete the algebraic picture and make spectral theory more natural.