Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.maple > #1398
| Newsgroups | comp.soft-sys.math.maple |
|---|---|
| Date | 2023-10-08 12:58 -0700 |
| Message-ID | <2c198cc0-7256-4c24-a63d-606d1a2c6e26n@googlegroups.com> (permalink) |
| Subject | Convert from Mathematica |
| From | "peter....@gmail.com" <peter.luschny@gmail.com> |
If out of necessity one is forced to translate a program from
Mathematica to Maple then (of course) this will not work either.
restart; with (MmaTranslator):
convert((Pochhammer[n-k+1, k]/(k!)*Sum[(-1)^j*Sum[Product[(2^(i+m)-1)/(2^i-1), {i, 1, n-k-m-j}], {m, 0, n-k-j}]*Binomial[n-k, j], {j, 0, n-k}]), FromMma);
simplify(%);
Back to comp.soft-sys.math.maple | Previous | Next — Next in thread | Find similar
Convert from Mathematica "peter....@gmail.com" <peter.luschny@gmail.com> - 2023-10-08 12:58 -0700
Re: Convert from Mathematica acer <maple@rogers.com> - 2023-10-08 16:31 -0700
Re: Convert from Mathematica "peter....@gmail.com" <peter.luschny@gmail.com> - 2023-10-11 15:01 -0700
csiph-web