Is it possible to calculate integrals with Excel?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all, I wanted to calculate some functions containing integrals using
Excel, but it doesn't seem my Excel can calculate any kind of integral. Any
help?

F.
 
Hi Francesco,
Hi all, I wanted to calculate some functions containing integrals
using Excel, but it doesn't seem my Excel can calculate any kind of
integral. Any help?

integrals.... long time ago....

well, you cannot enter integrals directly, _you_ have to make the
algebra stuff until you have a formula that can be entered into excel.

arno
 
Hi Arno, I hoped there was a more straight forward way of doing it, many
thanks anyway,

F.
 
Excel does not natively offer calculus functionality. Some functions
can be integrated in closed form.
http://integrals.wolfram.com/
or
http://maxima.sourceforge.net/
may help identify some of these if your calculus is rusty.

Where closed form integrals do not exist (or where you do not know the
function), there are many methods for numeric integration.
http://www.stfx.ca/people/bliengme/ExcelTips/AreaUnderCurve.htm
implements a couple of simple methods in Excel. Chapter 4 of Numerical
Recipes in ... goes into more detail in C, C++, Fortran, or Pascal (out
of print). There may even have been one in Basic at one time. The C
and Fortran versions are available on-line
http://www.library.cornell.edu/nr/bookcpdf.html
http://www.library.cornell.edu/nr/cbookfpdf.html
Fortran is probably easier to translate into VBA than C.

Jerry
 

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

Back
Top