Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #1270
| 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 | 2017-10-18 07:59 -0600 |
| Organization | Ohio State Univ |
| Message-ID | <181020170759433688%edgar@math.ohio-state.edu.invalid> (permalink) |
| References | <cda9489a-e8df-4eb9-8dda-2999632bf96f@googlegroups.com> <121020170433559373%edgar@math.ohio-state.edu.invalid> <9c950831-c810-44a5-9f16-55070a83be77@googlegroups.com> <c37579b1-ac07-4879-a8c2-1df37ec656fc@googlegroups.com> |
In article <c37579b1-ac07-4879-a8c2-1df37ec656fc@googlegroups.com>,
Peter Luschny <peter.luschny@gmail.com> wrote:
> Am Freitag, 13. Oktober 2017 09:14:19 UTC+2 schrieb Thomas Richard:
> > one needs to insert
> > gfun:-Parameters('maxordereqn'=11): # or higher; default value is 3
>
> Thanks for the advice Thomas, works for me!
>
> The default value 3 is ridiculously low and should be increased.
>
>
Using gfun:=Parameters to set the value is deprecated.
Instead do gfun[Parameters]('maxordereqn'=11) .
Why is the default value 3? Perhaps because in 1994, when gfun
was implemented, computers were much slower and had much less RAM.
When I run Maple, gfun[Parameters] reports that maxordereqn has value
infinity. It seems this is because I have installed the package
"algolib" from http://algo.inria.fr/libraries/ ... which includes
enhanced versions of the gfun library.
I looked there today to write this reply. It seems the Algo team at
INRIA closed in 2007. But download of algolib is still possible.
--
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