Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to implement the Simpson's rule for numerical integration using Excel
hence determining an approximate solution |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Numerical Formatting | Excel Discussion (Misc queries) | |||
Numerical patterns in Excel | Excel Discussion (Misc queries) | |||
Numerical Grouping of 10,00,000.00 lacs not possible in Excel | Excel Discussion (Misc queries) | |||
How can I get text to equal a numerical value in Excel? | Excel Discussion (Misc queries) | |||
In Excel, COLUMN HEADERS ARE NUMERICAL | Excel Discussion (Misc queries) |