MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: series expansion of polys with real exponents



Hafeez Abdulrauf wrote:
> 
> Hi,
> 
> I would like to find the series expansion of an expression like
> 
> 2 D / (2 -D^0.2 -D^1.8)
> 
> in positive (real) powers of D. As the expression has real exponents on
> D, it's not really a polynomial and none of the polynomial functions
> work here. Is there any way to work it out?
> 
> Regards,
> Rauf

Example:

Series[2 D / (2 -D^0.2 -D^1.8),{D,p,3}] -- 
Allan Hayes
Mathematica Training and Consulting
Leicester, UK
hay@haystack.demon.co.uk
http://www.haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44 (0)116 271 8642




  • Prev by Date: Sum and NSum:how can I say for mathematica when stop the Sum?
  • Next by Date: Re: Plotting a Vertical Line
  • Prev by thread: Re: series expansion of polys with real exponents
  • Next by thread: Re: series expansion of polys with real exponents