Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.maple > #1429

Hurray! Maple's 2023 update arrived!

Newsgroups comp.soft-sys.math.maple
Date 2023-12-06 03:16 -0800
Message-ID <992d5000-fb74-466f-acc6-e8a98e78f272n@googlegroups.com> (permalink)
Subject Hurray! Maple's 2023 update arrived!
From "peter....@gmail.com" <peter.luschny@gmail.com>

Show all headers | View raw


T := (n, k) -> -binomial(2*n-k+2, k+1)*hypergeom([2*n-k+3, 1], [k+2], 2):
seq(print(seq(simplify(T(n, k)), k=1..n)), n=1..6); 

Maple 2020.2 says:

                               1
                              2, 2
                            3, 6, 3
                          4, 12, 13, 4
                        5, 20, 34, 24, 5
                      6, 30, 70, 80, 40, 6
                 
Maple 2023.2 says:
       Error, (in GAMMA) numeric exception: division by zero

Who is right?

Back to comp.soft-sys.math.maple | Previous | NextNext in thread | Find similar


Thread

Hurray! Maple's 2023 update arrived! "peter....@gmail.com" <peter.luschny@gmail.com> - 2023-12-06 03:16 -0800
  Re: Hurray! Maple's 2023 update arrived! acer <maple@rogers.com> - 2024-01-02 13:40 -0800

csiph-web