Information AboutSummation |
| CATEGORIES ABOUT SUMMATION | |
| arithmetic | |
| mathematical notation | |
|
Summation is the Addition of a set of numbers; the result is their '''sum'''. For evaluation of sums in Closed Form see Evaluating Sums . The "numbers" to be summed may be Natural Number s, Complex Number s, Matrices , or still more complicated objects. An infinite sum is a subtle procedure known as a Series . NOTATION The sum of 1, 2, and 4 is 1 + 2 + 4 = 7. Since addition is Associative , it does not matter whether we interpret "1 + 2 + 4" as (1 + 2) + 4 or as 1 + (2 + 4); the result is the same, so parentheses are usually omitted in a sum. Addition is also Commutative , so the order in which the numbers written does not affect its sum. If a sum has too many terms to write them all out individually, the sum may be written with an Ellipsis to mark out the missing terms. Thus, the sum of all the Natural Number s from 1 to 100 is 1 + 2 + … + 99 + 100 = 5050. Sums can be represented by the summation symbol, a capital Sigma . This is defined as: : The subscript gives the symbol for a Dummy Variable , ''i''. Here, ''i'' represents the index of summation; ''m'' is the '''lower bound of summation''', and ''n'' is the '''upper bound of summation'''. So, for example: : One often sees generalizations of this notation in which an arbitrary logical condition is supplied, and the sum is intended to be taken over all values satisfying the condition. For example: : is the sum of ''f''(''k'') over all (integer) ''k'' in the specified range, : is the sum of ''f''(''x'') over all elements ''x'' in the set ''S'', and |
|
|