Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
DEE DEE is offline
external usenet poster
 
Posts: 250
Default How to do numerical integrarion in Excel

I need to implement the Simpson's rule for numerical integration using Excel
hence determining an approximate solution
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default How to do numerical integrarion in Excel

A1=Starting value
A2=End value
Example function:
f(x) = x+20

=((A2-A1)/6)*((A1+20)+4*((A1+A2)/2+20)+(A2+20))

The trick is inputting the function correctly.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Dee" wrote:

I need to implement the Simpson's rule for numerical integration using Excel
hence determining an approximate solution

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Numerical Formatting Brent Lee Excel Discussion (Misc queries) 3 January 23rd 09 02:34 AM
Numerical patterns in Excel Clueless Excel Discussion (Misc queries) 3 September 28th 06 07:20 PM
Numerical Grouping of 10,00,000.00 lacs not possible in Excel Utkarsh Patel Excel Discussion (Misc queries) 4 June 7th 06 01:10 PM
How can I get text to equal a numerical value in Excel? Mighty Mike Excel Discussion (Misc queries) 2 January 21st 05 08:03 PM
In Excel, COLUMN HEADERS ARE NUMERICAL dstach11 Excel Discussion (Misc queries) 3 December 23rd 04 06:01 PM


All times are GMT +1. The time now is 12:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"