Taylor-Polynom?



On tor, 2005-03-08 at 16:01 +0100, Andreas Volz wrote:
> Am Tue, 8 Mar 2005 07:39:08 -0600 schrieb Barton Willis:
> 
> > 
> > (%i1) taylor(cos(x),x,0,2);
> > (%o1) 1-x^2/2+...
> > (%i2) taylor(log(x),x,1,3);
> > (%o2) x-1-(x-1)^2/2+(x-1)^3/3+...
> 
> Great function. Thanks. I didn't find this function in wxMaxima. Is
> there no dialog for taylor in wxMaxima?
> 

The same dialog is used for taylor and powerseries functions. Use the
Series button or Calculus->Get series from menus.

Andrej