lemelinm

1535 Reputation

15 Badges

19 years, 199 days

 

 

--------------------------------------
Mario Lemelin
Maple 14.00 Win 7 64 bits
Maple 14.00 Ubuntu 10,04 64 bits
messagerie : mario.lemelin@cgocable.ca téléphone :  (819) 376-0987

MaplePrimes Activity


These are questions asked by lemelinm

HI,

Does anybody know about this function, that is no more in Maple as a spécial function?  I search the web and I can't find the series that represent this function.  Is there somewhere a Maple's user who have program it so I can use it in Maple 12?

Mario Lemelin

Hi all,

While trying to solve the Legendre ODE, my serie (obtain by Frobenius method) was transform by Maple by the following:

 

> y1x(p);

                             /[  1    1   1  ]  [1]   2\
                    hypergeom|[- - p, - + - p], [-], x |
                             \[  2    2   2  ]  [2]    /

where y1x is my serie and p is the degree of the ODE.  But at the screen, the output is:

So my questions are

1.  What the 2 and the 1 around the F means?

2.  Is it normal that this special function is the solution of the Legendre ODE?

(in fact, I test it for different p::posint and it worked)

3.  Can someone help me to have the ratio |a(k+1)/a(k)| so I can do the ratio test for the convergence of that serie.  In fact, any additionnals informations ,other than the helps pages, would be very welcome.

Thanks in advance

Mario

 

 

 

 

 

Hi all,

Hi,

 

> restart;
> read "D:/Data/Data7/Advisor/csum.m";
> a :=n ->  (5/n)^(1/n);
> csum(a(n), n);

                                    false

But

HI all,

I know that :

alias(delta=Dirac):

`δ*g` = int(delta(x)*g(t-x), x = 0 .. t) and int(delta(x)*g(t-x), x = 0 .. t) = g(t);

 

But look what happen.  Can someone justify this behavior

First 11 12 13 14 15 16 17 Last Page 13 of 22