Question: Pade approximation

hi, i have a function in Infinite seri's with one unknown parameter and i want to solve it.
I use pade approximation in the MAPLE 15.
is it true!?
this is my function :


f(x)=(29/2)*x^2-(899/24)*x^4+(26941/720)*x^6+...



written in maple:

> f := (29/2)*x^2-(899/24)*x^4+(26941/720)*x^6;
> with(numapprox); pade(f, x, [5, 4]);


please help me

thank you 

Please Wait...