Hi,
possibly my question can be solved differently, but
I didn't get it this way.
With TAYLOR() I get the first six series coefficients for
TAYLOR( (1/(1+x) , x, 0 ,6)
This works also for m'th powers of the expression:
TAYLOR( (1/(1+x)^m , x, 0 ,6)
What I wanted to get is
TAYLOR( (1/(1+x^m)^(1/m) , x, 0 ,6)
but this gives only one coefficients and three ellipses.
The final exponent doesn't matter, also for
TAYLOR( (1/(1+x^m) , x, 0 ,6)
I get only one coefficient.
How can I proceed?
Gottfried Helms