|
[Date Index]
[Thread Index]
[Author Index]
Re: extracting fractional powers of series expansion?
- To: mathgroup at smc.vnet.net
- Subject: [mg78257] Re: extracting fractional powers of series expansion?
- From: chuck009 <dmilioto at comcast.com>
- Date: Wed, 27 Jun 2007 05:22:32 -0400 (EDT)
What's wrong with just using the negative power in SeriesCoefficient:
sval = Series[1/(x*(x^2*(1 - x^3))^(1/3)), {x, 0, 10}]
SeriesCoefficient[sval, -5/3]
Prev by Date:
Re: Book or Manual for 6?
Next by Date:
Re: Plot in a Do loop does nothing
Previous by thread:
Re: extracting fractional powers of series expansion?
Next by thread:
Re: extracting fractional powers of series expansion?
|