sanaz

0 Reputation

3 Badges

11 years, 329 days

MaplePrimes Activity


These are questions asked by sanaz

hi all;

my orginal function is :

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

i want plot pade approximation and orginal function in the maple 14, i wrote command as follows:

is my command  Correct?    

> with(numapprox);
> f := (29/2)*x^2-(899/24)*x^4+(26941/720)*x^6;
> e := pade(f, x, [5, 4]);
> with(plots);
> P := plot(f, x = 0 .. 1, style = point, color = "SteelBlue");

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 

Page 1 of 1