MathGroup Archive 2004

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

Search the Archive

definite and indefinite Integrate

  • To: mathgroup at smc.vnet.net
  • Subject: [mg50428] definite and indefinite Integrate
  • From: Jun Yan <jyan at stat.wisc.edu>
  • Date: Fri, 3 Sep 2004 03:35:23 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

This is a question from a beginner:

ff[z_] = 1/z + z^3
Integrate[ff[z], {z, y, y0}]
intff[z_] = Integrate[ff[z], z]
intff[y] - intff[y0]

I expected to get same results from line 2 and line 4. However, the output
from line 2 is very complicated, with an If which has Im(y) and Im(y0)
involved. The result I want is that from line 4. How can I modify line 2
so that it produces the same output as from line 4?

Thanks.

Jun


  • Prev by Date: Cases
  • Next by Date: ExpandAll Problem with Rules
  • Previous by thread: Re: Cases
  • Next by thread: Re: definite and indefinite Integrate