Mathematical Fundamentals
121
vector space
vector subspace
linearly independent
basis
dot product
column vector
transposition
matrix
set of n numbers
4
x
i
F:
v = [x
1
, . . . , x
n
] .
(11)
The set of all n-coordinate vectors defined in the field F, for which the
operations (10) give vectors within the set itself, form the n-dimensional vector
space V
n
(F).
Every subset of V
n
(F) that is closed
5
with respect to the operations (10) is
called vector subspace of V
n
(F). For instance, in the two-dimensional plane, the
points of a cartesian axis form a subspace of the plane. Similar, subspaces of the
plane are given by any straight line passing through the origin, and subspaces
of the 3D space are given by any plane passing through the origin.
m vectors v
1
, . . . , v
m
, are said to be linearly independent if there is no choice
of m coefficients a
1
, . . . , a
m
(the choice of all zeros is excluded) such that
a
1
v
1
+ . . . + a
m
v
m
= 0 .
(12)
In the 2D plane, two points on different cartesian axes are linearly indepen-
dent, as are any two points belonging to different straight lines passing through
the origin. Viceversa, points belonging to the same straight line passing through
the origin are always linearly dependent.
It can be shown that, in an n-dimensional space V
n
(F), every set of m n
vectors is linearly dependent. A set of n linearly independent vectors (if they
exist) is called a basis of V
n
(F), in the sense that any other vector ofV
n
(F)
can be obtained as a linear combination of the base vectors. For instance, the
vectors [1, 0, 0], [0, 1, 0], and [0, 0, 1] form a basis for the 3D space, but there are
infinitely many other bases.
Between any two vectors of the same vector space the operation of dot prod-
uct is defined, and it returns the scalar sum of the component-by-component
products. As a formula, the dot product is written as
v w =
n
j=1
v
j
w
j
.
(13)
By convention, with v we indicate a column vector, while v denotes its transpo-
sition into a row. Therefore, the operation (13) can be referred as a row-column
product.
A matrix can be considered as a list of vectors, organized in a table where
each element of the list occupies (by convention) one column. A matrix having
n rows and m columns defined over the field F can be written as
A =
a
1,1
. . . a
1,m
. . .
a
n,1
. . . a
n,m
F
n×m
.
(14)
The multiplication of a matrix A F
n×m
by a (column) vector v V
m
(F)
4
In this book, the square brackets are used to indicate vectors and matrices. This is also the
notation used in Octave. Moreover, the variables representing vectors or matrices are always
typed in bold font.
5
A set I is closed with respect to an operation on its elements if the result of the operation
is always an element of I.
Next Page >>
<< Previous Page
Back to the Table of Contents