Let $V_n:=\{P\in\mathbb C[X] | deg(P) \leq n\}$ with standard basis
Also $f_n: V_n\to V_n, \ f_n(P)(X):=P(X+1)-P(X)$
Ex: $P(X)=2X \Rightarrow f_n(P)(X)=2(X+1)-2X=2$
Let $n=4$. The tranf. mat. for $f_4$ is:
$A=\begin{pmatrix}0&1&1&1&1\\0&0&2&3&4\\0&0&0&3&6\\0&0&0&0&4\\0&0&0&0&0\end{pmatrix}$
I want to find a polynomial $P_4$ such that $f_4(P_4)(X)=X^3$
I thought that I could do this:
In the standard basis we can write $X^3$ as $b=(0,0,0,1,0)$
So that we get: $f_4(P_4)(X)=X^3 \Leftrightarrow AP_4=b$. Then, solving $(A|b)$ using Gauss.
But! $det(A)=0$ so it can't be solved. $A$ is not bijective but injective, so there does not exist an inverse function.
So, having such a situation where my linear map is sur/inj. how do I solve it?