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
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
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:
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
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