home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / SS / SS052.ZIP / EQ.EXE / lha / EQUATOR.H34 < prev    next >
Text File  |  1990-04-04  |  481b  |  19 lines

  1. 34
  2.  
  3.  
  4.  
  5.                               SUMMATION
  6.  
  7.      Summation is used to find the product or sum of a series of numbers.
  8.  
  9.      The summation sign for addition is   and its sum is written :
  10.  
  11.                             Sn =   a
  12.  
  13.      The product summation sign is    and the product of its terms is :
  14.  
  15.                             Pn =   a
  16.  
  17.      where k is the index of summation and the sum or product of the
  18.      terms is expressed as 'a  as k goes from 1 to n.
  19.