Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #289
| 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> (permalink) |
| References | <c6b6cac2-e927-4a18-84a4-6af955cfcd7a@32g2000yqp.googlegroups.com> <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> <e8de56f9-4f56-4421-a11f-daed999ee6be@h13g2000vbn.googlegroups.com> |
| 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 | <e8de56f9-4f56-4421-a11f-daed999ee6be@h13g2000vbn.googlegroups.com> |
| Xref | x330-a1.tempe.blueboxinc.net comp.soft-sys.math.maple:289 |
Show key headers only | View raw
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