Trapezoidal Rule or Simpsons Rule?
|
07-05-2015, 10:49 PM
Post: #1
|
|||
|
|||
Trapezoidal Rule or Simpsons Rule?
I'm trying to gather ideas to implement a function such as the Trapezoidal Rule, Simpsons Rule (or something similar) on the Prime.
How to supply an input function, then using values from a list, is central to this problem. Specifically, I want to be able to (programmatically) input functions, values for the lower and upper range, and the number of intervals needed, for solving them. A program might begin something like this: Code:
The input variables are the function (f), lower range (a), upper range (b), and the number of intervals (n). If you can help, thanks! -Dale- |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Trapezoidal Rule or Simpsons Rule? - DrD - 07-05-2015 10:49 PM
RE: Trapezoidal Rule or Simpsons Rule? - roadrunner - 07-06-2015, 12:33 AM
RE: Trapezoidal Rule or Simpsons Rule? - DrD - 07-06-2015, 11:24 AM
RE: Trapezoidal Rule or Simpsons Rule? - Arno K - 07-07-2015, 05:55 PM
RE: Trapezoidal Rule or Simpsons Rule? - DrD - 07-07-2015, 10:15 PM
RE: Trapezoidal Rule or Simpsons Rule? - Arno K - 07-08-2015, 07:39 AM
RE: Trapezoidal Rule or Simpsons Rule? - DrD - 07-08-2015, 10:46 AM
|
User(s) browsing this thread: 2 Guest(s)