Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jeblunk
 
Posts: n/a
Default Summation from a to b

How do you have Excel complete a summation - like what's done in calculus?
For example, I want to know the sum of an equation with variable x, varying x
from constant a to constant b.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jerry W. Lewis
 
Posts: n/a
Default Summation from a to b

Excel is not a calculus engine. That said, you can often create array
formulas that will do simple summations. What did you have in mind?

Jerry

jeblunk wrote:

How do you have Excel complete a summation - like what's done in calculus?
For example, I want to know the sum of an equation with variable x, varying x
from constant a to constant b.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
B. R.Ramachandran
 
Posts: n/a
Default Summation from a to b

Hi,

In Cell A1 enter the constant a. In A2 enter the formula, =A1+0.01*(b-a)
[where b and a are the actual values of those constants]. Now autofill the
formula down column A till A101 [The value in A101 should correspond to b].

In B1, enter the equation as =f(A1) where 'f' is the your function [e.g., if
the function is 3*x^2-2*x+5, the formula in B1 would be =3*(A1)^2-2*A1+5.
Autofill the formula in B1 down to B101.

In C1 enter 0. In C2, enter the formula =C1+(B1+B2)*(A2-A1)/2 [This
formula corresponds to Numerial Integration by the Trapezoidal Rule].
Autofill the formula in C2 down to C101. The value in C101 corresponds to
the integration (summation) of the function with x varying from a to b.

Regards,
B. R. Ramachandran

"jeblunk" wrote:

How do you have Excel complete a summation - like what's done in calculus?
For example, I want to know the sum of an equation with variable x, varying x
from constant a to constant b.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default Summation from a to b

See AreaUnderCurve at www.stfx.ca/people/bliengme/ExcelTips

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"jeblunk" wrote in message
...
How do you have Excel complete a summation - like what's done in calculus?
For example, I want to know the sum of an equation with variable x,
varying x
from constant a to constant b.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can perform a summation? Leebo Excel Worksheet Functions 5 August 23rd 05 04:38 PM
summation y years David Excel Worksheet Functions 1 June 9th 05 10:10 PM
Summation format J45on Excel Worksheet Functions 1 May 23rd 05 10:00 AM
Is it possible to create a limiting value for a summation? TechieRob Excel Worksheet Functions 3 January 19th 05 04:59 PM
Summation Problem cdehrlich Excel Worksheet Functions 2 November 8th 04 05:54 PM


All times are GMT +1. The time now is 04:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"