5.5. Vector spaces exercises#
Answer the following exercises based on the content from this chapter. The solutions can be found in the appendices.
Prove that the axioms of the vector space \(\mathbb{R}^3\) hold.
Using the subspace condition, determine whether the following subsets of \(\mathbb{R}^3\) are subspaces:
(a) \(U = \{ (x, y, 0)^\mathsf{T} : x, y \in \mathbb{R} \}\)
(b) \(V = \{ (1, 2, 0)^\mathsf{T} \}\)
(c) \(W = \{ (0, y, 0)^\mathsf{T} : y \in \mathbb{R} \}\)
(d) \(X = \{ (x, y, z)^\mathsf{T} : y = |x|, x, y, z \in \mathbb{R}\}\)
Which of the following sets are subspaces of \(M_2(\mathbb{R})\)?
(a) \(A = \left\{ \begin{pmatrix} a & b \\ c & d \end{pmatrix} : a, b, c, d \in \mathbb{R}, a + b = 1, \right\}\)
(b) \(B = \left\{ \begin{pmatrix} a & b \\ c & d \end{pmatrix}: a, b, c, d \in \mathbb{R}, a = c = d \right\}\)
(c) \(C = \{ A \in M_{2\times 2} : A^2 = A \}\)
Prove that \(\left\{ \begin{pmatrix} 1 \\ 2 \\ 0 \end{pmatrix}, \begin{pmatrix} 0 \\ 5 \\ 7 \end{pmatrix}, \begin{pmatrix} -1 \\ 1 \\ 3 \end{pmatrix} \right\}\) is a basis for \(\mathbb{R}^3\) and represent the vectors \(\begin{pmatrix} 0 \\ 13 \\ 17 \end{pmatrix}\) and \(\begin{pmatrix} 2 \\ 3 \\ 1 \end{pmatrix}\) with respect to this basis.
Extend \(\left\{ \begin{pmatrix} 1 \\ 1 \\ 2 \\ 4 \end{pmatrix}, \begin{pmatrix} 2 \\ -1 \\ -5 \\ 2 \end{pmatrix} \right\}\) to a basis of \(\mathbb{R}^4\).
Suppose that \(W\) is a subspace of \(\mathbb{R}^n\) generated by the vectors
Find a basis for \(W\) and determine \(\dim(W)\).