Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.maple > #1266
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!philo.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | "G. A. Edgar" <edgar@math.ohio-state.edu.invalid> |
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Re: Maple can't find linear recurrence |
| Date | Thu, 12 Oct 2017 04:33:55 -0600 |
| Organization | Ohio State Univ |
| Lines | 25 |
| Sender | edgar@math.ohio-state.edu.invalid |
| Message-ID | <121020170433559373%edgar@math.ohio-state.edu.invalid> (permalink) |
| References | <cda9489a-e8df-4eb9-8dda-2999632bf96f@googlegroups.com> |
| Reply-To | edgar@math.ohio-state.edu.invalid |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 8bit |
| Injection-Info | philo.eternal-september.org; posting-host="473bac1487292fdbd42c6968b1c9ebe5"; logging-data="668"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18N9aZY7w0mqKsr/2q8i/ef" |
| User-Agent | Thoth/1.9.1 (Mac OS X) |
| X-Face | <>sSHfTy;{Dhe&:+?b`9fUj5A~$gIYlYT0/$-asR-K~3S3[]q.R3YSmpR|$-GiZp>UN2a}!Fmw+%h}Y"<?5]3mj~`n8?0wycf\-nf(r8SAdWK`G=JC[<3fz48E[v{Ns!r]MT;JPgLG7|pBA7=lP1oGgUt"^>L`!h_XXr5Q>\_nGsY2_ |
| Cancel-Lock | sha1:OgL1WT1v88Zklb3YbwBK44D2UHE= |
| Xref | csiph.com comp.soft-sys.math.maple:1266 |
Show key headers only | View raw
In article <cda9489a-e8df-4eb9-8dda-2999632bf96f@googlegroups.com>,
Peter Luschny <peter.luschny@gmail.com> wrote:
> L := [1,2,5,8,13,18,25,31,41,49,61,71,85,97,113,126,
> 145,160,181,198,221,240,265,285,313,335,365,389,421,
> 447,481,508,545,574,613,644,685,718]:
> rec := listtorec(L, u(n));
Maple 2015.2
L := [1,2,5,8,13,18,25,31,41,49,61,71,85,97,113,126,
145,160,181,198,221,240,265,285,313,335,365,389,421,
447,481,508,545,574,613,644,685,718]:
rec := gfun[listtorec](L, u(n));
rec := [{-u(n) + u(n + 1) + u(n + 2) - u(n + 3) + u(n + 8)
- u(n + 9) - u(n + 10) + u(n + 11), u(0) = 1, u(1) = 2,
u(2) = 5, u(3) = 8, u(4) = 13, u(5) = 18, u(6) = 25, u(7) = 31,
u(8) = 41, u(9) = 49, u(10) = 61}, ogf]
--
G. A. Edgar http://www.math.ohio-state.edu/~edgar/
Back to comp.soft-sys.math.maple | Previous | Next — Previous in thread | Next in thread | Find similar
Maple can't find linear recurrence Peter Luschny <peter.luschny@gmail.com> - 2017-10-09 08:20 -0700
Re: Maple can't find linear recurrence "G. A. Edgar" <edgar@math.ohio-state.edu.invalid> - 2017-10-12 04:33 -0600
Re: Maple can't find linear recurrence Thomas Richard <trichard@maplesoft.com> - 2017-10-13 00:14 -0700
Re: Maple can't find linear recurrence Peter Luschny <peter.luschny@gmail.com> - 2017-10-17 12:42 -0700
Re: Maple can't find linear recurrence "G. A. Edgar" <edgar@math.ohio-state.edu.invalid> - 2017-10-18 07:59 -0600
Re: Maple can't find linear recurrence Peter Luschny <peter.luschny@gmail.com> - 2017-10-20 04:15 -0700
Re: Maple can't find linear recurrence Axel Vogt <//noreply@axelvogt.de> - 2017-10-20 21:13 +0200
csiph-web