Problem with integral
Aug 28, 2012
03:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Labels:
- Labels:
-
Calculus_Derivatives
3 REPLIES 3
Aug 28, 2012
05:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 28, 2012
05:37 PM
It's the step changes that the integration routine doesn't like. One workaround is to do the integration piecewise:
Alan
Aug 29, 2012
07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 29, 2012
07:54 AM
Thanks you very for your help Alan. My problem solve.
Aug 29, 2012
03:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 29, 2012
03:03 PM
David,Allen is, as is normal, correct.
For more complicated functions, numerical integration with large vertical steps is difficult. You can study the problem by currpting the data a little to replace the vertical line transition with a sloping one. It introduces some error, but on the other hand assuming an infinite slope step is probably not correct either. Anyway for what its worth, see attached.
