[Math] Vector Spaces: Finding a basis and Dimension

linear algebravector-spaces

I could really use some step-by-step help on these two problems please. Thank You in advance.

1.) Let $V = \{{\bf{A|A}}$ is an $n \times n$ matrix, $n$ fixed,
det$({\bf{A}}) = 0$ }. Is $V$, with the usual addition and

scalar multiplication, a vector space? Give reason. If yes, find the
dimension and a basis for $V$.

2.) Let $V = \{f(x)|f(x) = (ax + b)e^{-x},\; a,b\; \in\; \mathbb{R}\}$.
Is $V$, with the usual addition and scalar

multiplication, a vector space? Give reason. If yes, find the dimension
and basis for $V$.

Best Answer

The first one is not a vector space as sum of two singular matrix may be nonsingular. For example $$\begin{pmatrix} 1 & 0 \\\ 0 & 0 \end{pmatrix} + \begin{pmatrix} 0 & 0 \\\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1 & 0 \\\ 0 & 1 \end{pmatrix}$$ The second one is a vector space of dimension 2 as $xe^{-x}$ and $e^{-x}$ are linearly independent continuas functions. If $axe^{-x} + be^{-x} = 0$ for $a,b \in \mathbb{R}$, Then $ax +b = 0$ as a continuas function on $\mathbb{R}$. Putting $x = 0,1$ we have $b = 0$ and $a +b = 0$. Hence $a = b = 0$.

Related Question