Question about assume



On Tue, Mar 3, 2009 at 9:55 AM, Lorenzo Isella <lorenzo.isella at gmail.com> wrote:

> limit(beta_par,n, infinity);

Probably you meant limit(beta_par, n, inf), which yields 0.
I haven't considered whether that's correct.

Maxima distinguishes inf (real positive infinity) from infinity
(complex infinity)
and minf (real negative infinity).

>  Error in $LIMIT [or a callee]: Bind stack overflow.

Well, that's a bug. Please file a bug report.

best

Robert Dodier