MathGroup Archive 1996

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

Search the Archive

SeriesData

  • To: mathgroup at smc.vnet.net
  • Subject: [mg5523] SeriesData
  • From: Hyunho Shin <shinhh at plaza.snu.ac.kr>
  • Date: Sat, 14 Dec 1996 19:26:15 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

Dear Math Group Users,

In analytical integration calculus:

        f[x_] := Exp[-(x^2)/2]/Sqrt[2*Pi]
        F[x_] := Integrate[f[z], {z, -Infinity, x}]
        g[x_] := f[c-a*x] f[x]
        G[x_] := F[c-a*x] f[x]
        Integrate[ g[x], {x, d, Infinity}]
        Integrate[ G[x], {x, d, Infinity}]

I met an error (or warning) message:

        On::none: Message SeriesData::csa not found.

What's the meaning of this message?

Thanks advance

---------------------------------------------------------------------
Hyunho Shin				
Assistant                       Phone +82-2-880-5434
School of Economics             Fax   +82-2-880-6367 
Seoul National University       Email shinhh at plaza.snu.ac.kr
Seoul, 151-742 KOREA            URL   http://plaza.snu.ac.kr/~shinhh/
---------------------------------------------------------------------



  • Prev by Date: Re: Re: EPS files produced by Mathematica 3.0
  • Next by Date: RSolve question
  • Previous by thread: Re: How can I use different symbols to reperesent my 2D data?
  • Next by thread: Re: SeriesData