Mathematics depends on notation. Good notation compresses complex ideas into compact symbolic form. Poor notation obscures structure and makes arguments difficult to follow.
Linear algebra uses notation for vectors, matrices, functions, sets, spaces, mappings, indices, norms, determinants, and many other objects. This appendix summarizes the conventions used throughout the book.
The goal is consistency and clarity rather than maximal generality. Different books may use different conventions, especially for inner products, transpose notation, indexing, and matrix dimensions. When a convention matters, it will be stated explicitly.
G.1 Variables and Constants
Variables usually represent quantities that may vary. Constants represent fixed quantities.
Common conventions include:
| Symbol type | Typical meaning |
|---|---|
| Scalars or coordinates | |
| Vectors | |
| Matrices or linear transformations | |
| Vector spaces or subspaces | |
| Indices | |
| Dimensions or sizes | |
| Eigenvalues or scalars | |
| Functions |
These conventions are not absolute, but they help communicate the role of an object before it is formally defined.
G.2 Equality and Assignment
The symbol
means equality.
For example,
states that two expressions represent the same quantity.
The symbol
often means “is defined to be.”
For example,
defines the function .
Some texts use for both purposes. This book occasionally uses when the distinction improves clarity.
G.3 Sets
Sets are usually written with braces:
Set-builder notation describes sets by properties:
This means that is the set of positive real numbers.
Common set notation includes:
| Symbol | Meaning |
|---|---|
| belongs to | |
| does not belong to | |
| is a subset of | |
| Union | |
| Intersection | |
| Difference | |
| Empty set |
G.4 Number Systems
The following symbols denote standard number systems:
| Symbol | Meaning |
|---|---|
| Natural numbers | |
| Integers | |
| Rational numbers | |
| Real numbers | |
| Complex numbers |
The symbol
often denotes a general field, usually or .
G.5 Intervals
Intervals are subsets of the real line.
| Notation | Meaning |
|---|---|
The symbol
denotes the entire real line.
G.6 Functions
A function from to is written
If , then
denotes the image of .
Functions may also be written as mappings:
For example,
Common notation includes:
| Symbol | Meaning |
|---|---|
| Domain | |
| Image or range | |
| Inverse function or preimage | |
| Composition |
G.7 Vectors
Vectors are usually written in lowercase boldface or as column arrays.
Examples:
The vector space of all -component real vectors is denoted by
Similarly,
denotes the space of complex vectors.
Vector components are indexed:
The -th component is written
G.8 Matrices
Matrices are usually denoted by uppercase letters:
An matrix has rows and columns:
The entry in row , column is
The set of all matrices over is often denoted by
G.9 Matrix Operations
The transpose of a matrix is denoted by
The conjugate transpose is denoted by
The inverse of an invertible matrix is denoted by
The determinant is written
or occasionally
The trace is written
The identity matrix is denoted by
or
when the dimension must be specified.
The zero matrix is denoted by
G.10 Matrix Dimensions
If
then has rows and columns.
If
then the product
is defined and belongs to .
Dimension compatibility is essential for matrix multiplication.
If
then
The inner dimensions must match.
G.11 Subscripts and Superscripts
Subscripts usually denote components or indices:
Superscripts often denote powers:
However, superscripts may also denote labels rather than powers. For example,
often denotes the -th vector in a sequence.
Context determines the meaning.
G.12 Summation Notation
The summation symbol is
For example,
Double sums are written as
Summation notation is compact and appears throughout matrix algebra.
Example
Matrix-vector multiplication may be written as
This means the -th component of is the dot product of the -th row of with .
G.13 Product Notation
The product symbol is
For example,
Factorials are products:
Products appear in determinants, characteristic polynomials, and probability formulas.
G.14 Greek Letters
Greek letters are widely used in linear algebra.
| Symbol | Common use |
|---|---|
| Scalars | |
| Eigenvalues | |
| Singular values | |
| Angles | |
| Small quantities or errors | |
| Perturbations | |
| Constant |
The notation is conventional rather than mandatory.
G.15 Logical Symbols
Mathematical statements often use logical notation.
| Symbol | Meaning |
|---|---|
| For all | |
| There exists | |
| There exists exactly one | |
| Implies | |
| If and only if | |
| Not |
Example:
This means every real number has nonnegative square.
G.16 Norms
Norms are written using double vertical bars:
Common vector norms include:
| Norm | Formula |
|---|---|
| -norm | (|x|_1=\sum_i |
| -norm | (|x|_2=\sqrt{\sum_i |
| -norm | (|x|_\infty=\max_i |
Matrix norms use the same notation.
The Frobenius norm is
G.17 Inner Products
Inner products are commonly written as
In ,
In ,
The induced norm is
Orthogonality is written
This means
G.18 Span and Linear Combination
The span of vectors
is denoted by
It is the set of all linear combinations:
Linear independence is usually expressed by:
G.19 Basis and Dimension
A basis of a vector space is often denoted by
The dimension of is written
Coordinate vectors relative to a basis are often written
G.20 Eigenvalues and Eigenvectors
An eigenvalue of is usually denoted by
An eigenvector corresponding to satisfies
The eigenspace corresponding to is
The characteristic polynomial is
G.21 Special Matrix Classes
Several matrix classes have standard notation.
| Matrix type | Condition |
|---|---|
| Symmetric | |
| Hermitian | |
| Orthogonal | |
| Unitary | |
| Diagonal | Off-diagonal entries are zero |
| Upper triangular | Entries below diagonal are zero |
| Lower triangular | Entries above diagonal are zero |
G.22 Approximation Symbols
Approximation notation is common in numerical work.
| Symbol | Meaning |
|---|---|
| Approximately equal | |
| Asymptotically equivalent or related | |
| Order notation | |
| Lower-order asymptotic behavior |
For example,
means that grows at most proportionally to for large .
G.23 Indexed Families
Indexed families are written using subscripts or superscripts.
Examples:
Infinite sequences may be written as
This notation is compact and useful for bases, iterations, and recursive algorithms.
G.24 Standard Abbreviations
Several abbreviations occur frequently.
| Abbreviation | Meaning |
|---|---|
| iff | If and only if |
| w.r.t. | With respect to |
| i.e. | That is |
| e.g. | For example |
| QED | End of proof |
The symbol
is also commonly used to mark the end of a proof.
G.25 Reading Mathematical Expressions
Mathematical notation should be read structurally rather than symbol by symbol.
For example,
should be read as:
- Add and .
- Transpose the result.
- Multiply by .
Parentheses indicate grouping. Superscripts and subscripts modify nearby symbols. Juxtaposition often denotes multiplication.
Careful reading prevents many algebraic errors.
G.26 Summary
Mathematical notation is a language for expressing structure compactly.
Linear algebra notation describes:
| Object | Typical notation |
|---|---|
| Scalars | |
| Vectors | |
| Matrices | |
| Vector spaces | |
| Inner products | |
| Norms | |
| Determinants | |
| Eigenvalues | |
| Span | |
| Dimension |
The notation of linear algebra is compact because the subject describes large systems and high-dimensional structures. Clear notation reduces complexity and exposes relationships that would otherwise remain hidden.