Simpson's Rule Implementation trick?
|
03-18-2016, 08:47 PM
Post: #3
|
|||
|
|||
RE: Simpron Rule Implementation trick?
By initializing the sum as:
Code: sum = f(a) + f(b) + 4*f(a+h) Instead of the usual expression: Code:
Code: for i=2 to n step 2 Or, borrowing from the old threads: Code: c = 2 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Simpson's Rule Implementation trick? - Namir - 03-18-2016, 12:11 AM
RE: Simpson Rule Implementation trick? - Dieter - 03-18-2016, 01:14 PM
RE: Simpron Rule Implementation trick? - Namir - 03-18-2016 08:47 PM
RE: Simpron Rule Implementation trick? - Vtile - 03-18-2016, 11:15 PM
RE: Simpron Rule Implementation trick? - Namir - 03-18-2016, 11:53 PM
RE: Simpron Rule Implementation trick? - Vtile - 03-19-2016, 01:14 AM
RE: Simpron Rule Implementation trick? - ttw - 03-19-2016, 04:59 AM
RE: Simpron Rule Implementation trick? - Dieter - 03-19-2016, 06:45 AM
RE: Simpron Rule Implementation trick? - Namir - 03-19-2016, 02:21 PM
RE: Simpson Rule Implementation trick? - Dieter - 03-19-2016, 05:05 PM
RE: Simpron Rule Implementation trick? - Paul Dale - 03-19-2016, 06:50 AM
RE: Simpron Rule Implementation trick? - Namir - 03-19-2016, 02:22 PM
|
User(s) browsing this thread: 3 Guest(s)