In a sequence of previous questions I have investigated matrix representations of polynomials and functions thereof: $$P(x), \log(P(x)), \exp(P(x)), \sqrt[k]{P(x)}$$
Using Toeplitz matrices and the common Taylor expansions for the aforementioned functions.
Now to my question. If I have a function in an exponential family: $P_1(x)e^{P_2(x)}$ represented the way mentioned, what is the smallest size matrix for my representation which I would need to be able to invert? Or in other words - how many Taylor terms will I need to store to go backwards - splitting out $P_1$ and $P_2$ from the matrix representing $P_1(x)e^{P_2(x)}$? And what would be a good approach to do it?