Problem 8.25 in Schaum's 3000 Solved Problems in Linear Algebra states:
Let $V$ be the vector space of functions from $\mathbb R$ into $\mathbb R$. Show that $\{ e^{2t}, t^2, t\} $ is a set of linearly independent vectors.
The answer is supplied but I'm curious if my alternate proof is valid. Suppose $\alpha e^{2t} + \beta t^2 + \gamma t = 0$. When $t = 0$, this becomes $\alpha + 0 + 0 = 0$, so $\alpha = 0$. When $t = 1$ and given that $\alpha = 0$, this becomes $\beta + \gamma = 0$, so $\gamma = -\beta.$ Finally, combining all of that with the equation obtained when $t = 2$, we have $4 \beta = 2 \beta $ and thus $\beta = \gamma = 0$. Thus $ \alpha = \beta = \gamma = 0$, which means that the vectors are linearly independent. $\square$