Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #1264
| Newsgroups | comp.soft-sys.math.maple |
|---|---|
| Date | 2017-10-06 09:26 -0700 |
| References | <37453fe8-c244-465f-92f1-73473281cc8a@googlegroups.com> <518a99cd-7e55-46e3-9d48-5ba5f54fbc1d@googlegroups.com> <4eb87b52-e098-4d3f-bfea-e7943ad2eb75@googlegroups.com> |
| Message-ID | <4625ab37-cdf5-4f64-976f-852f7ee689cf@googlegroups.com> (permalink) |
| Subject | Re: The Miracles of Simplification |
| From | acer <maple@rogers.com> |
On Thursday, October 5, 2017 at 4:21:47 PM UTC-4, Peter Luschny wrote:
> Am Mittwoch, 4. Oktober 2017 21:57:43 UTC+2 schrieb acer:
> > I will submit a bug report.
>
> Great!
>
> But do not think this is an isolated error.
> Maple is not able to compute even the most elementary
> hypergeometrics correctly. Just another one of many,
> many I have encountered in the recent years:
>
> T := (n,k) -> n!*hypergeom([k - n], [-n], -1);
> for n from 0 to 6 do seq(simplify(T(n,k)),k=0..n) od;
Using any of Maple 2017.0, 2017.1, or 2017.2 I get,
T := (n,k) -> n!*hypergeom([k - n], [-n], -1);
T := (n, k) -> n! hypergeom([k - n], [-n], -1)
for n from 0 to 6 do seq(simplify(T(n,k)),k=0..n) od;
1
0, 1
1, 1, 2
2, 3, 4, 6
9, 11, 14, 18, 24
44, 53, 64, 78, 96, 120
265, 309, 362, 426, 504, 600, 720
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Find similar
The Miracles of Simplification Peter Luschny <peter.luschny@gmail.com> - 2017-10-04 03:14 -0700
Re: The Miracles of Simplification acer <maple@rogers.com> - 2017-10-04 12:57 -0700
Re: The Miracles of Simplification Peter Luschny <peter.luschny@gmail.com> - 2017-10-05 13:21 -0700
Re: The Miracles of Simplification acer <maple@rogers.com> - 2017-10-06 09:26 -0700
csiph-web