Question: possible memory problem

I have a polynomial in powers of R where a_n are coefficients

A=sum(a_n*R^n)

I am trying to write R in powers of A.

So if n=3 we have

AS:=sum(a[n]*R^n,n=1..3);

sol:=solve(series(AS,R,3)=A,R);

My computer struggles when it gets up to n= 8 or 9. I would like to get this upto n=30 if possible. Is this calculation just too time consuming for maple and could it be written more efficiently so it doesnt take so long? In the bottom right hand corner of the maple screen there is an available memory display. Mine reads 1.09Gb. I have at least 60 Gb to spare. Is there a way to change this?

mj

Please Wait...