asymptotic expansion of the error function



What do you mean to "perform" the asymptotic expansion?  The formula you
cite can certainly be expanded to any number of terms you want by simply
specifying the upper bound, e.g.

         sum(x^i, i, 1, 4)

gives x+x^2+x^3+x^4.  The cited article also gives an explicit formula for
the remainder, so you should be able to cut off the expansion in an
appropriate place.

             -s

On Wed, Apr 25, 2012 at 09:32, Dmitry Shkirmanov <piminusmeson at bk.ru> wrote:

> Hello, list. Is there any way  to perform the asymptotic expansion of the
> error function for large argument in maxima?
>
> (see http://en.wikipedia.org/wiki/**Error_function<http://en.wikipedia.org/wiki/Error_function>;
> the first formula in the "Asymptotic expansion" section)
> ______________________________**_________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/**mailman/listinfo/maxima<http://www.math.utexas.edu/mailman/listinfo/maxima>;
>