Difference between revisions of "Manuals/calci/ARITHMETICSERIESCORE"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 16: Line 16:
 
#ARITHMETICSERIESCORE(39,-12,6) = 39 27 15 3 -9 -21
 
#ARITHMETICSERIESCORE(39,-12,6) = 39 27 15 3 -9 -21
 
#ARITHMETICSERIESCORE(54,19.23,7) = 54 73.23 92.46000000000001 111.69 130.92000000000002 150.15 169.38
 
#ARITHMETICSERIESCORE(54,19.23,7) = 54 73.23 92.46000000000001 111.69 130.92000000000002 150.15 169.38
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=TtJ4dphwh0U|280|center|Arithmetic}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:16, 7 February 2019

ARITHMETICSERIESCORE (Start,Difference,Numbers,OnlyNth)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Start} is the initial number.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Difference} is the constant difference of two numbers.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Numbers} numbers to display in the series.

Description

  • This function shows the series of given numbers.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle ARITHMETICSERIESCORE(Start,Difference,Numbers,OnlyNth)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Start} is the starting number of the series.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Difference} is the constant difference between the two consecutive terms.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Numbers} is the numbers to display in the arithmetic series.
  • An arithmetic series is the sum of the terms of an arithmetic sequence.
  • If the initial term is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_1} and the common difference between consecutive number is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle d} ,then the nth term of the sequence Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_n} is given by Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_n= a_1+(n-1)d} .

Examples

  1. ARITHMETICSERIESCORE(3,7,8) = 3 10 17 24 31 38 45 52
  2. ARITHMETICSERIESCORE(39,-12,6) = 39 27 15 3 -9 -21
  3. ARITHMETICSERIESCORE(54,19.23,7) = 54 73.23 92.46000000000001 111.69 130.92000000000002 150.15 169.38

Related Videos

Arithmetic

See Also

References