[Maxima] How to keep factorial representation unexpanded in taylor series
Dan Stanger
dan.stanger
Mon Sep 11 05:49:11 CDT 2006
Use the function powerseries.
Dan Stanger
Dexter wrote:
>Hi,
>
>I'm trying to obtain the taylor series of e^x via function taylor()
>
> taylor(%e^x,x,0,5);
>
>the output is:
>
> 2 3 4 5
> x x x x
>(%o1)/T/ 1 + x + -- + -- + -- + --- + . . .
> 2 6 24 120
>
>but I prefer the factorials keep unexpanded, like this:
>
>
> 2 3 4 5
> x x x x
>(%o1)/T/ 1 + x + -- + -- + -- + --- + . . .
> 2! 3! 4! 5!
>
>
>setting factlim to 0 seems take no effects in this situation.
>
>
>Any suggestion?
>
>
> Dexter
>_______________________________________________
>Maxima mailing list
>Maxima at math.utexas.edu
>http://www.math.utexas.edu/mailman/listinfo/maxima
>
>
>
>
More information about the Maxima
mailing list