ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How to do numerical integrarion in Excel (https://www.excelbanter.com/excel-discussion-misc-queries/227604-how-do-numerical-integrarion-excel.html)

DEE

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

Luke M

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



All times are GMT +1. The time now is 08:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com