[sage-support] Re: P.coeffs() issue

2008-08-26 Thread William Stein
On Tue, Aug 26, 2008 at 9:00 AM, Robert Dodier <[EMAIL PROTECTED]> wrote: > On Tue, Aug 26, 2008 at 9:42 AM, William Stein <[EMAIL PROTECTED]> wrote: > >> (%i7) load(coeflist); >> (%o7) >> /Users/was/s/local/share/maxima/5.13.0/share/contrib/format/coeflist.lisp >> (%i8) coeffs(P,x); >> Maxima en

[sage-support] Re: P.coeffs() issue

2008-08-26 Thread Robert Dodier
On Tue, Aug 26, 2008 at 9:42 AM, William Stein <[EMAIL PROTECTED]> wrote: > (%i7) load(coeflist); > (%o7) > /Users/was/s/local/share/maxima/5.13.0/share/contrib/format/coeflist.lisp > (%i8) coeffs(P,x); > Maxima encountered a Lisp error: > > EVAL: undefined function LSH Should be fixed in versi

[sage-support] Re: P.coeffs() issue

2008-08-26 Thread William Stein
On Tue, Aug 26, 2008 at 5:41 AM, Simon King <[EMAIL PROTECTED]> wrote: > > Dear all, > > On Aug 26, 2:28 pm, "Philippe Saade" <[EMAIL PROTECTED]> wrote: >> var('x') >> P = taylor(exp(x),x,0.21,3) >> P.coeffs(x) > > There occurs a TypeError, and it says > Maxima encountered a Lisp error: > EVAL:

[sage-support] Re: P.coeffs() issue

2008-08-26 Thread Carlo Hamalainen
On Tue, Aug 26, 2008 at 2:41 PM, Simon King <[EMAIL PROTECTED]> wrote: > Am i right in guessing that "LSH" is a mis-spelling of "LHS" somewhere > in the code of the maxima interface? > > However it does not explain why the same function works in one case > and fails in the other case. I posted a

[sage-support] Re: P.coeffs() issue

2008-08-26 Thread Simon King
Dear all, On Aug 26, 2:28 pm, "Philippe Saade" <[EMAIL PROTECTED]> wrote: > var('x') > P = taylor(exp(x),x,0.21,3) > P.coeffs(x) There occurs a TypeError, and it says Maxima encountered a Lisp error: EVAL: undefined function LSH Am i right in guessing that "LSH" is a mis-spelling of "LHS" s