Scalars

Scalars are denoted by lower case Greek letters, e.g., $ \alpha, \beta, \gamma, \ldots  $. We will assume that these scalars come from a given set, $S$, where $S$ may be the set of integers ($I$), real numbers ($R$), or complex numbers integers ($C$).

Vectors

Vectors: are denoted by lower case Roman letters, e.g., $ a, b, c, \ldots  $.

A (column vector of length $m$ consists of an m-tuple of coordinates (elements or entries) arranged as a column,

A row vector of length $n$is thought of as a column vector of length $n$ that has been transposed:

(In both cases, the lines are meant for emphasis.)

Matrices

Matices: are denoted by upper case Roman letters, e.g., $ A, B, C, \ldots  $.

Indices, dimensions

Lower case Roman letters $i, j, k, m, n, p$ are often used for integer scalars.

Partitioning matrices and vectors

We will often work with partitioned vectors or matrices:

Repartitioning vectors and matrices

LinearAlgebraWiki: Notation (last edited 2006-12-01 15:17:03 by RobertVanDeGeijn)