Let $f: V \rightarrow W$ be a linear transformation, and let $\mathfrak{B}_V=\{b_i\}$ be a basis of $V$. If the images of the elements of the basis $\mathfrak{B}_V=\{b_i\}$ are $\{f(b_i)\}$, then how would the base of the image of $f$ be found?
My attempt at a solution
I have tried to work out a general method this way: as $f$ is a linear transformation, then, $\forall x \in V$, $f(x)=f(\lambda_1b_1+\lambda_2b_2+...+\lambda_mb_m)=\lambda_1f(b_1)+\lambda_2f(b_2)+...+\lambda_mf(b_m)$. Therefore, the image of any element in $V$ can be expressed as a linear combination of the vectors $\{f(b_i)\}$. My doubt is this: will this set be linearly independent (i.e., a basis) or this is not necessarily the case (i.e., a generating set)?
This is not the case. For a simple example, take $V, W$ finite dimensional with positive dimensions and $f = 0$.
You can check that $f(\mathfrak{B}_V)$ is a basis of the image of $f$ if and only if $f$ is injective.
Edit: I just noticed that I didn't actually answer your question. To find a basis, just do row reduction on the matrix with the vectors of $f(\mathfrak{B}_V)$ as columns and remove linearly dependent vectors.
Edit 2: Changed $\mathfrak{B}_V$ to $f(\mathfrak{B}_V)$