Difference between revisions of "Manuals/calci/SERIES"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "sereies")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
sereies
+
<div style="font-size:30px">'''SERIES (By,Limit,Start)'''</div><br/>
 +
*<math>By</math> is the skip value.
 +
*<math>Limit</math> and <math>Start</math> are any real numbers.
 +
==Description==
 +
*This function shows the series of values.
 +
*In <math>SERIES (By,Limit,Start)</math>,<math>By</math> is the skip value.
 +
*<math>Limit</math> is the numbers to show for the series.
 +
*<math>Start</math> is the minimum value of the series.
 +
*Series returns the value of whole numbers with the starting number.
 +
*Then this will shows the continuous numbers with the skip value and ends with the limit value.
 +
 
 +
==Examples==
 +
#SERIES(10,8,90) = 90 100 110 120 130 140 150 160
 +
# SERIES(6,7.2,32.3) = 32.3 38.3 44.3 50.3 56.3 62.3 68.3 74.3
 +
#SERIES(42,6,-94) = -94 -52 -10 32 74 116
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=-wvF8OQSMx8|280|center|Series Values}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/SERIESSUM | SERIESSUM  ]]
 +
*[[Manuals/calci/HARMONICSERIES | HARMONICSERIES  ]]
 +
*[[Manuals/calci/ARITHMETICSERIES | ARITHMETICSERIES  ]]
 +
 
 +
==References==
 +
*[https://en.wikipedia.org/wiki/Series Series]
 +
 
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 15:25, 30 January 2019

SERIES (By,Limit,Start)


  • is the skip value.
  • and are any real numbers.

Description

  • This function shows the series of values.
  • In , is the skip value.
  • is the numbers to show for the series.
  • is the minimum value of the series.
  • Series returns the value of whole numbers with the starting number.
  • Then this will shows the continuous numbers with the skip value and ends with the limit value.

Examples

  1. SERIES(10,8,90) = 90 100 110 120 130 140 150 160
  2. SERIES(6,7.2,32.3) = 32.3 38.3 44.3 50.3 56.3 62.3 68.3 74.3
  3. SERIES(42,6,-94) = -94 -52 -10 32 74 116

Related Videos

Series Values

See Also

References