Integrate a function between varying limits and return the result as a vector
‎Jun 29, 2018
06:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 29, 2018
06:55 AM
Integrate a function between varying limits and return the result as a vector
Hi,
I would like to integrate a function between a certain number of pairs of limits. The number of pairs is set by a variable, n.th. I'd then like to return the result as an n.th x 1 vector. Could anyone help please?
Please see attached.
Many thanks and kind regards
Solved! Go to Solution.
Labels:
- Labels:
-
Calculus_Derivatives
-
Programming
ACCEPTED SOLUTION
Accepted Solutions
‎Jun 29, 2018
07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 29, 2018
07:39 AM
And if you want it to be done by a more generic function, you could do it that way:
Worksheet attached.
4 REPLIES 4
‎Jun 29, 2018
07:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 29, 2018
07:32 AM
You may use a range variable to do the job
‎Jun 29, 2018
07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 29, 2018
07:39 AM
And if you want it to be done by a more generic function, you could do it that way:
Worksheet attached.
‎Jun 29, 2018
02:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 29, 2018
02:20 PM
Even better! Thanks!
Many thanks and kind regards
‎Jun 29, 2018
02:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 29, 2018
02:19 PM
Brilliant, that's exactly what I was looking for, thanks. Can;t believe I didn't think of that myself...