How to do numerical integrarion in Excel

D

Dee

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

Luke M

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top