Subject: How to graph an expression involving sum?
From: Robert Dodier
Date: Sat, 10 Sep 2011 14:37:46 -0600
On 9/10/11, dlakelan <dlakelan at street-artists.org> wrote:
> On 09/10/2011 05:59 AM, Stavros Macrakis wrote:
>> I would suggest defining a function in expanded form then compiling it:
>>
>> myfun(x) := ( mode_declare(x,float), ''(ev(coefseries,nouns)) ) $
>> (that's two single-quotes, not one double-quote)
>> compile(myfun)$
>> plot2d( myfun, ... )
> Thanks Stavros, I think this is exactly what I was looking for.
Well, the ''(ev(coefseries, nouns)) will expand the sum noun
into a "+" expression. Didn't you say somewhere along the
line that you don't want that?
best,
Robert Dodier