Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Axel Vogt <&noreply@axelvogt.de> Newsgroups: comp.soft-sys.math.maple Subject: Re: A hypergeom evaluation Date: Thu, 05 Jan 2012 23:02:22 +0100 Lines: 39 Message-ID: <9mml0bFsa4U1@mid.individual.net> References: <874nwbgvid.fsf@san.rr.com> <6d7f5214-ccd9-4a00-aaa2-4d6734cffb03@v14g2000yqh.googlegroups.com> <050120120621094821%edgar@math.ohio-state.edu.invalid> <9mlo0mFk2uU1@mid.individual.net> <413bc08a-2d0e-4f36-97d4-b65e1dfa9bea@ck5g2000vbb.googlegroups.com> <9mmakmF9kiU1@mid.individual.net> Reply-To: &noreply@axelvogt.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net HJ+EJemX4SE37Ny5Yo+94wE9Ui1Lo6hkDhlqxkF7zPxgFfxtY= Cancel-Lock: sha1:tJDMGpq4U/LCXAm+b4jwq3BMuB0= User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.soft-sys.math.maple:289 On 05.01.2012 21:17, Peter Luschny wrote: > On 5 Jan., 20:05, Axel Vogt<&nore...@axelvogt.de> wrote: > >> Hm, in Maple 15 that code does not execute, G(2,1) gives me >> "Error, (in hypergeom/check_parameters) function doesn't exist, >> found the number 0 in the second list of parameters" > > Makes sense according to the first case in my last message. > >> So I used >> g := (n,m,x) -> (m/n)*2^(n-m)*binomial(2*n-1-m,n-1)* >> Hypergeom([1/2+1/2*m, m-n, 1/2*m],[m, 1+m-2*n],x) >> -1/2*binomial(-m+1+2*n,n)*binomial(n-2,n-1)* >> Hypergeom([1,1,-1/2*m+3/2+n,-1/2*m+1+n],[-m+2+n, n+1,-n+2],x); > > Why Hypergeom and not hypergeom? It does not evaluate ... Like "Int" and "int". Used some HYP as dummy function before to see what happens to binomial. A kind of reflex to get rid of the specific situation (which once I was educated to do). > >> Then it works and gives me: >> for n from 1 to 5 do seq(round(evalf(g(n,m,2))),m=1..n) od; > > Ok, so in this case there is no difference to my results. > >> for n from 1 to 5 do seq(simplify(value( g(n,m,2) )),m=1..n) od; >> However in Maple 15 it works (up to notations as above). > > So they fixed at least one bug in the last 10 releases :) > But why does my version G(2,1) not work any more? Do not know, can not think 10 releases back :-) Will (try to) answer the other post tomorrow ... BTW: Gutes Neues! Axel