Difference between revisions of "Manuals/calci/SIGMAOF"
Jump to navigation
Jump to search
(Created page with "sigmaof") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <div style="font-size:30px">'''SIGMAOF()'''</div><br/> | |
+ | |||
+ | ==Description== | ||
+ | *This function shows the sum of the numbers. | ||
+ | *In <math>SIGMAOF()</math> shows the sum of the first ten numbers. | ||
+ | *Sigma is the eighteenth letter of the ancient Greek alphabet. | ||
+ | *As an upper case letter (Sigma), it is used as a symbol for sums and series. | ||
+ | *It is showing the sum of the first ten numbers,which is 1+2+3+...+10=55. | ||
+ | |||
+ | ==Examples== | ||
+ | #SIGMAOF() = 55 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=aaFrAFZATKU|280|center|Sigma}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/SIGMA| SIGMA]] | ||
+ | *[[Manuals/calci/SUM| SUM]] | ||
+ | *[[Manuals/calci/SERIESSUM| SERIESSUM]] | ||
+ | |||
+ | ==References== | ||
+ | *[http://en.wikipedia.org/wiki/Summation SUM] | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:49, 30 January 2019
SIGMAOF()
Description
- This function shows the sum of the numbers.
- In shows the sum of the first ten numbers.
- Sigma is the eighteenth letter of the ancient Greek alphabet.
- As an upper case letter (Sigma), it is used as a symbol for sums and series.
- It is showing the sum of the first ten numbers,which is 1+2+3+...+10=55.
Examples
- SIGMAOF() = 55