MathGroup Archive 2001

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

Search the Archive

Re: Simple question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg29463] Re: [mg29426] Simple question
  • From: Carlos Collier <ccollier at tycho.fciencias.unam.mx>
  • Date: Wed, 20 Jun 2001 04:36:45 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi !

Use Normal[] to get rid of the error symbol,

s = Series[EllipticK[m], {m, 0, 2}];
ns = Normal[s]

Plot[{EllipticK[m], ns}, {m, -2, 1}, PlotStyle -> {Hue[.3], Hue[.7]}]

Saludos
Carlos


On Tue, 19 Jun 2001, George  Kamin wrote:

> Dear Sirs/Madame;
>
>  I tried using the Series[] function to generate a series expansion
> (polynomial in the dependent variable) for a relatively simple function,
> which M did nicely, but it insistes on including an "order of" term
> (O[stuff*dep_var]) at the end of the polynomial. When I try to plot this
> function, M insists on including it in the evaluation so that the O[] term
> is a non-numerical value and hence cannot be plotted. How do I get rid of
> this pesty appendage?? I tried a simple cut-paste, but even if I explicitly
> delete the "order of" symbol, M somehow restores it!!! (I ask M to list the
> function before trying to plot it, and presto, there is the "order of"
> thing AGAIN. Please, can anyone explain to me how to get around this
> problem. Many Thanks for your assistance.!!!!!!!
>
>
>



  • Prev by Date: Re: Simple question
  • Next by Date: How to use Rules on Sequences?
  • Previous by thread: Re: Simple question
  • Next by thread: RE: Simple question