Manuals/calci/SERIESTERMS
Jump to navigation
Jump to search
SERIESTERMS (Function,TillNumber,StartNumber,By)
- Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle TillNumber} and 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 StartNumber} are any real 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 By} is the skip value.
Description
- This function shows the numbers with in the given range with the respect to the given function.
- 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 SERIESTERMS (Function,TillNumber,StartNumber,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 Function} is the any operation.
- 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 TillNumber} is the last number and 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 StartNumber} is the first number to display.
- 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 By} is the skip value.
- Here it is displaying the series of values between the given range of values.
Examples
- SERIESTERMS("addition",100,50,5) = 50 55 60 65 70 75 80 85 90 95 100
- SERIESTERMS("addition",45,-45,7) = -45 -38 -31 -24 -17 -10 -3 4 11 18 25 32 39
- SERIESTERMS("addition",30.67,4.67,6.54) = 4.67 11.21 17.75 24.29