MathGroup Archive 1999

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

Search the Archive

Re: Integrals

  • To: mathgroup at smc.vnet.net
  • Subject: [mg21013] Re: [mg20973] Integrals
  • From: "Tomas Garza" <tgarza at mail.internet.com.mx>
  • Date: Thu, 2 Dec 1999 21:41:25 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Juan Carlos Heredia [jheredia at mail.com] wrote:

> I would like to know  How to Plot defined integrals?.
> Could you give me please an example. I need to do it now.

I assume you mean definite integrals. Here goes an example:

In[1]:=
f[x_] := Exp[-x]
In[2]:=
g[y_] := Integrate[f[x], {x, 0, y}]
In[3]:=
Plot[Evaluate[g[y]], {y, 0, 2}]

Tomas Garza
Mexico City


  • Prev by Date: (-8)^(1/3) maybe a faq?
  • Next by Date: Can I show several steps to a solution?
  • Previous by thread: Integrals
  • Next by thread: Re: Integrals