How I can solve a linear system of the form:
$$∑_{k=1}^{j}b_{k}=c_{1}$$
$$∑_{k=1}^{j}b_{k}2^{k}=c_{2}$$
$$\dots$$
$$∑_{k=1}^{j}b_{k}j^{k}=c_{j}$$
Where $c_{1},c_{2},...c_{j}$ are function in a complex variable $s$ and $(b_{k})_{k}$ are the unknowns?
The problem here is I can construct the system matrix, but I have no idea about how I can proceed after.