Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #289
| From | Axel Vogt <&noreply@axelvogt.de> |
|---|---|
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: A hypergeom evaluation |
| Date | 2012-01-05 23:02 +0100 |
| Message-ID | <9mml0bFsa4U1@mid.individual.net> (permalink) |
| References | (3 earlier) <050120120621094821%edgar@math.ohio-state.edu.invalid> <9mlo0mFk2uU1@mid.individual.net> <413bc08a-2d0e-4f36-97d4-b65e1dfa9bea@ck5g2000vbb.googlegroups.com> <9mmakmF9kiU1@mid.individual.net> <e8de56f9-4f56-4421-a11f-daed999ee6be@h13g2000vbn.googlegroups.com> |
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
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Find similar | Unroll thread
A hypergeom evaluation Peter Luschny <peter.luschny@googlemail.com> - 2012-01-04 09:22 -0800
Re: A hypergeom evaluation Joe Riel <joer@san.rr.com> - 2012-01-04 10:42 -0800
Re: A hypergeom evaluation Axel Vogt <&noreply@axelvogt.de> - 2012-01-04 19:59 +0100
Re: A hypergeom evaluation Peter Luschny <peter.luschny@googlemail.com> - 2012-01-04 11:08 -0800
Re: A hypergeom evaluation "G. A. Edgar" <edgar@math.ohio-state.edu.invalid> - 2012-01-05 06:21 -0700
Re: A hypergeom evaluation Axel Vogt <&noreply@axelvogt.de> - 2012-01-05 14:47 +0100
Re: A hypergeom evaluation Peter Luschny <peter.luschny@googlemail.com> - 2012-01-05 10:01 -0800
Re: A hypergeom evaluation Axel Vogt <&noreply@axelvogt.de> - 2012-01-05 19:44 +0100
Re: A hypergeom evaluation Peter Luschny <peter.luschny@googlemail.com> - 2012-01-05 11:57 -0800
Re: A hypergeom evaluation Axel Vogt <&noreply@axelvogt.de> - 2012-01-06 11:37 +0100
Re: A hypergeom evaluation Peter Luschny <peter.luschny@googlemail.com> - 2012-01-06 03:51 -0800
Re: A hypergeom evaluation Axel Vogt <&noreply@axelvogt.de> - 2012-01-06 14:47 +0100
Re: A hypergeom evaluation "G. A. Edgar" <edgar@math.ohio-state.edu.invalid> - 2012-01-07 06:10 -0700
Re: A hypergeom evaluation Axel Vogt <&noreply@axelvogt.de> - 2012-01-05 20:05 +0100
Re: A hypergeom evaluation Peter Luschny <peter.luschny@googlemail.com> - 2012-01-05 12:17 -0800
Re: A hypergeom evaluation Axel Vogt <&noreply@axelvogt.de> - 2012-01-05 23:02 +0100
csiph-web