Lecture - 2 Mod
Lecture - 2 Mod
▶ We will now consider sets that are just like groups in terms of
its properties with respect to an inner operation +, and also
have an outer operation called . which denotes the
multiplication of a vector x ∈ G by a scalar λ ∈ R.
▶ The inner operation can be viewed as a form of addition while
the outer operation can be viewed as a form of scaling.
▶ A real-valued vector space is a set V = (V, +, .) with
operations +, . such that + : V × V → V and . : R × V → V
where (V, +) is an Abelian group, and the following properties
hold:
▶ Distributivity
▶ associativity with respect to the outer operation.
▶ there exists a neutral or identity element with respect to the
outer operation.
Vector Spaces
What we call a vector need not be the standard column vector that
we are accustomed to treating as a vector. We can think of m × n
matrices as vectors and create a vector space out of them. Thus
V = Rm×n with addition and multiplication defined as below:
a11 + b11 . . . a1n + b1n
▶ Addition A + B = ..
is defined
.
an1 + bn1 . . . ann + bnn
element-wise for two matrices A, B ∈ V.
λa11 . . . λa1n
▶ Multiplication by scalars: λA = ..
.
λan1 . . . λann
Vector subspaces
▶ The pivot columns are the first and the third column and we
see that the second column which is a non-pivot column can
be expressed as a linear combination of the pivot columns to
its left, which is just twice the first column.
Another example
1 1 −1
2 1 −2
Consider the vectors x1 = −3, x2 = 0, x3 = 1
4 2 1
To check for linear independence we set up the equation with λs as
follows: λ1 x1 + λ2 x2 + λ3 x3 = 0.
As before we put the given vectors into a matrix to get:
1 1 −1
2 1 −2
−3 0 1
4 2 1
.
Another example continued
x1 = b1 − 2b2 + b3 − b4
x2 = −4b1 − 2b2 + 4b4
x3 = 2b1 + 3b2 − b3 − 3b4
x4 = 17b1 − 10b2 + 11b3 + b4
Example
1 0 0
▶ Consider the space R3 . The canonical basis is 0 , 1 , 0
0 0 1
1 1 1
▶ Another basis for R3 is 0 , 1 , 1
0 0 1
0.5 1.8 −2.2
▶ Yet another basis for R3 is 0.8 , 0.3 , −3.3
0.4 0.3 1.5
Not a basis
There are three steps to finding a basis for a vector space. A basis
of a subspace U = span(x1 , . . . , xm ) ⊆ Rn can be found by
executing the following steps:
▶ Write the spanning vectors as columns of a matrix A.
▶ Determine the row-echelon form of A.
▶ The spanning vectors associated with the pivot columns are a
basis of U.
Example