LEC_07
LEC_07
Vectors
Vectors in the plane (R2 )
The vector addition and scalar multiplication can be defined in the same
way as in the case of real vectors (here the scalar can be a complex
number, as well), the zero vector is the same: all coordinates are 0.
Example: � �
1 − 2i
x= ∈ C2
2 + 3i
Definition
A non-empty subset W of the vector space V is called a linear subspace
(or simply a subspace) of V if it is a vector space itself, that is, W is
closed under vector addition and scalar multiplication.
Example:
W = {x ∈ R3 : x3 = 0}
is a linear subspace of R3 .
Bernadett Aradi, Ágnes Baran Discrete mathematics 2021 Fall 6 / 17
Definition
Let v1 , v2 , . . . , vn be vectors in V . The linear combinations of them are
vectors of the form
λ 1 v1 + λ 2 v2 + · · · + λ n vn , (λ1 , λ2 , . . . , λn ∈ K).
0 = 0 · v1 + · · · + 0 · vn
Examples
� � � �
1 0
1. In R2 a linear combination of v1 = and v2 = is
0 1
� � � � � �
1 0 2
2 +3 =
0 1 3
Proposition
Consider a fixed set of vectors in a vector space.
1 If two (or more) of the vectors are the same, then the vectors are
linearly dependent.
2 If one of the vectors is a scalar multiple of another vector, then the
vectors are linearly dependent.
3 If the zero vector is among the vectors, then the vectors are linearly
dependent. That is, a linearly independent set of vectors cannot
contain the zero vector.
4 If a subset of the vectors is linearly dependent, then the entire set is
linearly dependent.
Definition
A basis of V is a linearly independent set of vectors which generate V .
Theorem
The rank of a set of vectors doesn’t change if we add the linear
combination of some of the vectors to a vector.