ansi gcl in rpm



there are other things you should do, like converting to floats, declaring x
to be a float, perhaps other issues.

what exactly are you doing to generate the series?
 

> -----Original Message-----
> From: Richard Hennessy [mailto:rvh2007 at comcast.net] 
> Sent: Wednesday, June 11, 2008 2:42 PM
> To: fateman at EECS.Berkeley.EDU
> Cc: 'Maxima List'
> Subject: RE: [Maxima] ansi gcl in rpm
> 
> This is worse than just using the series directly.  It may be 
> fast for the sin function but not the bessels.
> 
> 
> 
> 
>  ------------Original Message------------
> From: "Richard Fateman" <fateman at cs.berkeley.edu>
> To: "'Richard Hennessy'" <rvh2007 at comcast.net>
> Cc: "'Maxima List'" <maxima at math.utexas.edu>
> Date: Tue, Jun-10-2008 6:40 PM
> Subject: RE: [Maxima] ansi gcl in rpm
> 
> try taylor(sin(x),x,0,20);
> horner(%,x);
> optimize(%);
> f(x):=''%;
> compile(f);
>  
> 
> > -----Original Message-----
> > From: maxima-bounces at math.utexas.edu 
> > [mailto:maxima-bounces at math.utexas.edu] On Behalf Of 
> Richard Hennessy
> > Sent: Tuesday, June 10, 2008 3:30 PM
> > To: fateman at EECS.Berkeley.EDU; 'Michel Talon'
> > Cc: 'Maxima List'
> > Subject: Re: [Maxima] ansi gcl in rpm
> > 
> > I meant taylor takes too long not the power series.
> > 
> >
> 
> 
>