hw2 1
hw2 1
1. Review on sets.
(a) Define a set that contains all the even numbers between 1 and 10.
(b) Define the complement of the set from part (a).
(c) Determine the cardinality (number of elements) of the set from part (b).
(h) (k ◦ b)(x).
(i) (
2x + 1, if x ≤ 0
f (x) =
x2 , if x > 0
Page 2 of 3
ESE 551
11. What is the dimension of the vector space (Cn , R)? Exhibit a base for this space.
12. Let U and W be subspaces of (V, R). Prove that U ∩ W is a subspace of (V, R).
Hint: Recall the following theorem:
Theorem 1. A set W ⊆ V is a subspace if and only if it is closed under vector addition and scalar
multiplication, i.e.
αw1 ∈ W, w1 + w2 ∈ W
for all α ∈ F and w1 , w2 ∈ W .
13. Let there be a set of vectors {v1 , . . . , vn } for the vector space V on the field R. Prove that the span of
the vectors v1 , . . . , vn (denoted as span{v1 , . . . , vn }) is a subspace of V .
Hint: The definition of span is below
Definition 2. The span of the vectors {v1 , . . . , vn } (denoted as span{v1 , . . . , vn }) is the set of linear
combinations of vectors from {v1 , . . . , vn }
span{v1 , . . . , vn } = {α1 v1 + · · · + αn vn | αi ∈ R}
14. Given a basis B of (V, R) and a vector v ∈ V , prove that there exists a unique representation of v in B.
Page 3 of 3