Integrals

  • Thread starter Thread starter brett4098
  • Start date Start date
B

brett4098

Is there a way to solve integrals in excel without incorporating the us
of VB code
 
Depends on what you are trying to do.

Excel has no built-in general calculus functions, but there are a number
of functions that calculate specific definite integrals, such as ERF(),
ERFC(), and *DIST() cumulative continuous probability distribution
functions.

Jerry
 
Hi Brett
You should be able to implement the Trapezoid or Simpson's Method in
Excel pretty easily using tables and simple worksheet functions (you
probably only need Sum).
Look in any Engineering maths book - they might even show you how it
is done in Excel.


regards
Paul
 

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